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

Audio stream settings. More...

Public Attributes

BITRATE m_audio_bit_rate
 average bitrate of audio data (in bits per second) More...
 
int m_channels
 number of channels (1: mono, 2: stereo, or more) More...
 
int m_sample_rate
 number of audio samples per second More...
 

Detailed Description

Audio stream settings.

Definition at line 46 of file dvdparser.cc.

Member Data Documentation

◆ m_audio_bit_rate

BITRATE AUDIO_SETTINGS::m_audio_bit_rate

average bitrate of audio data (in bits per second)

Definition at line 48 of file dvdparser.cc.

Referenced by create_dvd_virtualfile(), and parse_dvd().

◆ m_channels

int AUDIO_SETTINGS::m_channels

number of channels (1: mono, 2: stereo, or more)

Definition at line 49 of file dvdparser.cc.

Referenced by create_dvd_virtualfile(), and parse_dvd().

◆ m_sample_rate

int AUDIO_SETTINGS::m_sample_rate

number of audio samples per second

Definition at line 50 of file dvdparser.cc.

Referenced by create_dvd_virtualfile(), and parse_dvd().


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