MythTV
master
|
#include <avformatdecoder.h>
Public Member Functions | |
AudioInfo ()=default | |
AudioInfo (AVCodecID id, AudioFormat fmt, int sr, int ch, bool passthru, int original_ch, int profile=0) | |
bool | operator== (const AudioInfo &o) const |
QString | toString () const |
Public Attributes | |
AVCodecID | m_codecId {AV_CODEC_ID_NONE} |
AudioFormat | format {FORMAT_NONE} |
int | m_sampleSize {-2} |
int | m_sampleRate {-1} |
int | m_channels {-1} |
int | m_codecProfile {0} |
bool | m_doPassthru {false} |
int | m_originalChannels {-1} |
Definition at line 41 of file avformatdecoder.h.
|
default |
|
inline |
Definition at line 46 of file avformatdecoder.h.
Definition at line 64 of file avformatdecoder.h.
|
inline |
Definition at line 72 of file avformatdecoder.h.
Referenced by AvFormatDecoder::AutoSelectAudioTrack(), and AvFormatDecoder::SetupAudioStream().
AVCodecID AudioInfo::m_codecId {AV_CODEC_ID_NONE} |
Definition at line 55 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::SetupAudioStream(), and toString().
AudioFormat AudioInfo::format {FORMAT_NONE} |
Definition at line 56 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::ProcessAudioPacket(), AvFormatDecoder::SetupAudioStream(), and toString().
int AudioInfo::m_sampleSize {-2} |
Definition at line 57 of file avformatdecoder.h.
Referenced by AvFormatDecoder::AvFormatDecoder(), extract_mono_channel(), and operator==().
int AudioInfo::m_sampleRate {-1} |
Definition at line 58 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::ProcessAudioPacket(), AvFormatDecoder::SetupAudioStream(), and toString().
int AudioInfo::m_channels {-1} |
Definition at line 59 of file avformatdecoder.h.
Referenced by extract_mono_channel(), operator==(), AvFormatDecoder::ProcessAudioPacket(), AvFormatDecoder::SetupAudioStream(), and toString().
int AudioInfo::m_codecProfile {0} |
Definition at line 60 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::SetupAudioStream(), and toString().
Definition at line 61 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::ProcessAudioPacket(), AvFormatDecoder::SetupAudioStream(), and toString().
int AudioInfo::m_originalChannels {-1} |
Definition at line 62 of file avformatdecoder.h.
Referenced by operator==().