libnestegg
0.1git
|
Parameters specific to a video track. More...
#include <nestegg.h>
Data Fields | |
unsigned int | stereo_mode |
Video mode. More... | |
unsigned int | width |
Width of the video frame in pixels. | |
unsigned int | height |
Height of the video frame in pixels. | |
unsigned int | display_width |
Display width of the video frame in pixels. | |
unsigned int | display_height |
Display height of the video frame in pixels. | |
unsigned int | crop_bottom |
Pixels to crop from the bottom of the frame. | |
unsigned int | crop_top |
Pixels to crop from the top of the frame. | |
unsigned int | crop_left |
Pixels to crop from the left of the frame. | |
unsigned int | crop_right |
Pixels to crop from the right of the frame. | |
unsigned int | alpha_mode |
1 if an additional opacity stream is available, otherwise 0. | |
Parameters specific to a video track.
unsigned int nestegg_video_params::stereo_mode |
Video mode.
One of NESTEGG_VIDEO_MONO, NESTEGG_VIDEO_STEREO_LEFT_RIGHT, NESTEGG_VIDEO_STEREO_BOTTOM_TOP, or NESTEGG_VIDEO_STEREO_TOP_BOTTOM.