MythTV
master
|
#include <libmythtv/decoders/decoderbase.h>
Public Member Functions | |
StreamInfo ()=default | |
StreamInfo (int a, int b, uint c, int d, int e, bool f=false, bool g=false, bool h=false, AudioTrackType i=kAudioTypeNormal) | |
StreamInfo (int a, int b, uint c, int d, int e, int f, bool g=false, bool h=false, bool i=false, AudioTrackType j=kAudioTypeNormal) | |
bool | operator< (const StreamInfo &b) const |
Public Attributes | |
int | m_av_stream_index {-1} |
int | m_av_substream_index {-1} |
-1 for no substream, 0 for first dual audio stream, 1 for second dual More... | |
int | m_language {-2} |
ISO639 canonical language key. More... | |
uint | m_language_index {0} |
int | m_stream_id {-1} |
bool | m_easy_reader {false} |
bool | m_wide_aspect_ratio {false} |
int | m_orig_num_channels {2} |
bool | m_forced {false} |
AudioTrackType | m_audio_type {kAudioTypeNormal} |
Definition at line 74 of file decoderbase.h.
|
default |
|
inline |
Definition at line 78 of file decoderbase.h.
|
inline |
Definition at line 85 of file decoderbase.h.
|
inline |
Definition at line 106 of file decoderbase.h.
int StreamInfo::m_av_stream_index {-1} |
Definition at line 94 of file decoderbase.h.
Referenced by AvFormatDecoder::AutoSelectAudioTrack(), and MythDVDDecoder::PostProcessTracks().
int StreamInfo::m_av_substream_index {-1} |
-1 for no substream, 0 for first dual audio stream, 1 for second dual
Definition at line 96 of file decoderbase.h.
Referenced by AvFormatDecoder::AutoSelectAudioTrack(), and AvFormatDecoder::SetupAudioStreamSubIndexes().
int StreamInfo::m_language {-2} |
ISO639 canonical language key.
Definition at line 97 of file decoderbase.h.
Referenced by AvFormatDecoder::AutoSelectAudioTrack(), and AvFormatDecoder::UpdateATSCCaptionTracks().
uint StreamInfo::m_language_index {0} |
Definition at line 98 of file decoderbase.h.
Referenced by AvFormatDecoder::AutoSelectAudioTrack(), and AvFormatDecoder::UpdateATSCCaptionTracks().
int StreamInfo::m_stream_id {-1} |
Definition at line 99 of file decoderbase.h.
Referenced by MythDVDPlayer::EnableCaptions(), DecoderBase::InsertTrack(), operator<(), MythDVDDecoder::PostProcessTracks(), MythPlayerCaptionsUI::SetTrack(), MythDVDPlayer::SetTrack(), and AvFormatDecoder::UpdateATSCCaptionTracks().
Definition at line 100 of file decoderbase.h.
Definition at line 101 of file decoderbase.h.
int StreamInfo::m_orig_num_channels {2} |
Definition at line 102 of file decoderbase.h.
Definition at line 103 of file decoderbase.h.
Referenced by MythPlayerUI::VideoStart().
AudioTrackType StreamInfo::m_audio_type {kAudioTypeNormal} |
Definition at line 104 of file decoderbase.h.