MythTV  0.26-pre
Public Member Functions | Public Attributes
StreamInfo Class Reference

#include <decoderbase.h>

List of all members.

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

Detailed Description

Definition at line 57 of file decoderbase.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

bool StreamInfo::operator< ( const StreamInfo b) const [inline]

Definition at line 94 of file decoderbase.h.


Member Data Documentation

-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().

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends