|
MythTV
0.26-pre
|
#include <decoderbase.h>
Public Member Functions | |
| StreamInfo () | |
| 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 | av_stream_index |
| int | av_substream_index |
| int | language |
| ISO639 canonical language key. | |
| uint | language_index |
| int | stream_id |
| bool | easy_reader |
| bool | wide_aspect_ratio |
| int | orig_num_channels |
| bool | forced |
| AudioTrackType | audio_type |
Definition at line 57 of file decoderbase.h.
| StreamInfo::StreamInfo | ( | ) | [inline] |
Definition at line 60 of file decoderbase.h.
| StreamInfo::StreamInfo | ( | int | a, |
| int | b, | ||
| uint | c, | ||
| int | d, | ||
| int | e, | ||
| bool | f = false, |
||
| bool | g = false, |
||
| bool | h = false, |
||
| AudioTrackType | i = kAudioTypeNormal |
||
| ) | [inline] |
Definition at line 66 of file decoderbase.h.
| StreamInfo::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 |
||
| ) | [inline] |
Definition at line 73 of file decoderbase.h.
| bool StreamInfo::operator< | ( | const StreamInfo & | b | ) | const [inline] |
Definition at line 94 of file decoderbase.h.
Definition at line 82 of file decoderbase.h.
Referenced by AvFormatDecoder::AutoSelectAudioTrack(), DecoderBase::AutoSelectTrack(), AvFormatDecoder::filter_max_ch(), AvFormatDecoder::GetFrame(), AvFormatDecoder::GetRawEncodingType(), AvFormatDecoder::ProcessAudioPacket(), AvFormatDecoder::ProcessSubtitlePacket(), AvFormatDecoder::ScanStreams(), DecoderBase::SetTrack(), AvFormatDecoder::SetupAudioStream(), AvFormatDecoderDVD::StreamChangeCheck(), and AvFormatDecoder::UpdateCaptionTracksFromStreams().
-1 for no substream, 0 for first dual audio stream, 1 for second dual
Definition at line 84 of file decoderbase.h.
Referenced by AvFormatDecoder::AutoSelectAudioTrack(), AvFormatDecoder::ProcessAudioPacket(), and AvFormatDecoder::SetupAudioStreamSubIndexes().
ISO639 canonical language key.
Definition at line 85 of file decoderbase.h.
Referenced by AvFormatDecoder::AutoSelectAudioTrack(), DecoderBase::AutoSelectTrack(), nv_python_libs.common.common_api.Common::getLanguage(), and AvFormatDecoder::UpdateATSCCaptionTracks().
Definition at line 86 of file decoderbase.h.
Referenced by AvFormatDecoder::AutoSelectAudioTrack(), DecoderBase::AutoSelectTrack(), and AvFormatDecoder::UpdateATSCCaptionTracks().
Definition at line 87 of file decoderbase.h.
Referenced by DecoderBase::InsertTrack(), operator<(), MythPlayer::SetTrack(), and AvFormatDecoder::UpdateATSCCaptionTracks().
Definition at line 88 of file decoderbase.h.
Definition at line 89 of file decoderbase.h.
Definition at line 90 of file decoderbase.h.
Referenced by AvFormatDecoder::SetupAudioStream().
Definition at line 91 of file decoderbase.h.
Referenced by AvFormatDecoder::ProcessSubtitlePacket().
Definition at line 92 of file decoderbase.h.
1.7.6.1