Video display modes
#include <mm/types.h>
enum display_mode;
The enumerated type mm_display_mode defines how a video is displayed. Its values and the behaviors they define are described below:
- MM_DISPLAY_MODE_NORMAL — fit the display: the picture is full screen.
- MM_DISPLAY_MODE_LETTERBOX — fit one dimension of the display and add black bars for other dimension: the picture is partial screen.
- MM_DISPLAY_MODE_PANSCAN — fit one dimension of the display and crop the other dimension: the picture is full screen.
- MM_DISPLAY_MODE_OPEN_MATTE — display full frame: the original content cropping is changed.
QNX Multimedia
mm_video_properties_t,
mm_video_info_t