#include <avformatdecoder.h>
Public Member Functions | |
| AudioInfo () | |
| AudioInfo (CodecID 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 | |
| CodecID | codec_id |
| AudioFormat | format |
| int | sample_size |
| int | sample_rate |
| int | channels |
| int | codec_profile |
| bool | do_passthru |
| int | original_channels |
Definition at line 45 of file avformatdecoder.h.
| AudioInfo::AudioInfo | ( | ) | [inline] |
Definition at line 48 of file avformatdecoder.h.
| AudioInfo::AudioInfo | ( | CodecID | id, | |
| AudioFormat | fmt, | |||
| int | sr, | |||
| int | ch, | |||
| bool | passthru, | |||
| int | original_ch, | |||
| int | profile = 0 | |||
| ) | [inline] |
Definition at line 54 of file avformatdecoder.h.
Definition at line 68 of file avformatdecoder.h.
| QString AudioInfo::toString | ( | ) | const [inline] |
Definition at line 76 of file avformatdecoder.h.
Referenced by AvFormatDecoder::AutoSelectAudioTrack(), and AvFormatDecoder::SetupAudioStream().
| CodecID AudioInfo::codec_id |
Definition at line 63 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::SetupAudioStream(), and toString().
Definition at line 64 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::SetupAudioStream(), and toString().
Definition at line 65 of file avformatdecoder.h.
Referenced by AvFormatDecoder::AvFormatDecoder(), extract_mono_channel(), and operator==().
Definition at line 65 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::ProcessAudioPacket(), AvFormatDecoder::SetupAudioStream(), and toString().
Definition at line 65 of file avformatdecoder.h.
Referenced by extract_mono_channel(), operator==(), AvFormatDecoder::ProcessAudioPacket(), AvFormatDecoder::SetupAudioStream(), and toString().
Definition at line 65 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::SetupAudioStream(), and toString().
Definition at line 66 of file avformatdecoder.h.
Referenced by operator==(), AvFormatDecoder::ProcessAudioPacket(), AvFormatDecoder::SetupAudioStream(), and toString().
Definition at line 67 of file avformatdecoder.h.
Referenced by operator==().
1.6.3