#include <avformatdecoder.h>
Definition at line 40 of file avformatdecoder.h.
Public Member Functions | |
| AudioInfo () | |
| AudioInfo (CodecID id, int sr, int ch, bool passthru) | |
| int | bps (void) const |
| Bits per sample. | |
| bool | operator== (const AudioInfo &o) const |
| QString | toString () const |
Public Attributes | |
| CodecID | codec_id |
| int | sample_size |
| int | sample_rate |
| int | channels |
| bool | do_passthru |
| AudioInfo::AudioInfo | ( | ) | [inline] |
Definition at line 43 of file avformatdecoder.h.
Definition at line 48 of file avformatdecoder.h.
| int AudioInfo::bps | ( | void | ) | const [inline] |
Bits per sample.
Definition at line 58 of file avformatdecoder.h.
Referenced by AvFormatDecoder::SetupAudioStream(), and toString().
Definition at line 63 of file avformatdecoder.h.
| QString AudioInfo::toString | ( | ) | const [inline] |
Definition at line 69 of file avformatdecoder.h.
Referenced by AvFormatDecoder::AutoSelectAudioTrack(), and AvFormatDecoder::SetupAudioStream().
Definition at line 54 of file avformatdecoder.h.
Referenced by AvFormatDecoder::AvFormatDecoder(), bps(), extract_mono_channel(), operator==(), and AvFormatDecoder::SetupAudioStream().
Definition at line 54 of file avformatdecoder.h.
Referenced by AvFormatDecoder::GetFrame(), operator==(), AvFormatDecoder::SetupAudioStream(), and toString().
Definition at line 54 of file avformatdecoder.h.
Referenced by bps(), extract_mono_channel(), AvFormatDecoder::GetFrame(), operator==(), AvFormatDecoder::SetupAudioStream(), and toString().
Definition at line 55 of file avformatdecoder.h.
Referenced by AvFormatDecoder::GetFrame(), operator==(), AvFormatDecoder::SetupAudioStream(), and toString().
1.5.5