FFmpegfs Fuse Multi Media Filesystem 2.14
Public Attributes | List of all members
VIDEO_SETTINGS Struct Reference

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...
 

Detailed Description

Video stream settings.

Definition at line 55 of file dvdparser.cc.

Member Data Documentation

◆ m_height

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().

◆ m_video_bit_rate

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().

◆ m_width

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().


The documentation for this struct was generated from the following file: