|
MythTV master
|
#include <libmythtv/decoders/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 36 of file avformatdecoder.h.
|
default |
|
inline |
Definition at line 41 of file avformatdecoder.h.
Definition at line 59 of file avformatdecoder.h.
|
inline |
Definition at line 67 of file avformatdecoder.h.
Referenced by AvFormatDecoder::SetupAudioStream().
| AudioFormat AudioInfo::format {FORMAT_NONE} |
Definition at line 51 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::ProcessAudioPacket(), AvFormatDecoder::SetupAudioStream(), and toString().
| int AudioInfo::m_channels {-1} |
Definition at line 54 of file avformatdecoder.h.
Referenced by extract_mono_channel(), operator==(), AvFormatDecoder::ProcessAudioPacket(), AvFormatDecoder::SetupAudioStream(), and toString().
| AVCodecID AudioInfo::m_codecId {AV_CODEC_ID_NONE} |
Definition at line 50 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::SetupAudioStream(), and toString().
| int AudioInfo::m_codecProfile {0} |
Definition at line 55 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::SetupAudioStream(), and toString().
Definition at line 56 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::ProcessAudioPacket(), AvFormatDecoder::SetupAudioStream(), and toString().
| int AudioInfo::m_originalChannels {-1} |
Definition at line 57 of file avformatdecoder.h.
Referenced by operator==().
| int AudioInfo::m_sampleRate {-1} |
Definition at line 53 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::ProcessAudioPacket(), AvFormatDecoder::SetupAudioStream(), and toString().
| int AudioInfo::m_sampleSize {-2} |
Definition at line 52 of file avformatdecoder.h.
Referenced by AvFormatDecoder::AvFormatDecoder(), extract_mono_channel(), and operator==().