FFmpegfs Fuse Multi Media Filesystem 2.16
|
Video stream settings. More...
Public Attributes | |
BITRATE | m_video_bit_rate |
average bitrate of video data (in bits per second) More... | |
int | m_width |
video width in pixels More... | |
int | m_height |
video height in pixels More... | |
Video stream settings.
Definition at line 55 of file dvdparser.cc.
int VIDEO_SETTINGS::m_height |
video height in pixels
Definition at line 59 of file dvdparser.cc.
Referenced by create_dvd_virtualfile(), and parse_dvd().
BITRATE VIDEO_SETTINGS::m_video_bit_rate |
average bitrate of video data (in bits per second)
Definition at line 57 of file dvdparser.cc.
Referenced by create_dvd_virtualfile(), and parse_dvd().
int VIDEO_SETTINGS::m_width |
video width in pixels
Definition at line 58 of file dvdparser.cc.
Referenced by create_dvd_virtualfile(), and parse_dvd().