VideoInformation
This type contains various information read from a video file.
Public Attributes
uint32_t | frame_height |
The frame height in pixels. | |
uint32_t | frame_width |
The frame width in pixels. | |
uint32_t | ms_between_frames |
The number of milliseconds between frames. | |
uint32_t | number_of_frames |
The number of frames in the movie. | |
Public Attributes Documentation
frame_height
uint32_t frame_height
The frame height in pixels.
frame_width
uint32_t frame_width
The frame width in pixels.
ms_between_frames
uint32_t ms_between_frames
The number of milliseconds between frames.
number_of_frames
uint32_t number_of_frames
The number of frames in the movie.