C# Class TvLibrary.Implementations.DVB.Structures.PidInfo

Structure holding all information about a single pid
Afficher le fichier Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Méthodes publiques

Свойство Type Description
ES_info_length int
isAC3Audio bool
isAudio bool
isDVBSubtitle bool
isEAC3Audio bool
isTeletext bool
isVideo bool
language string
pid int
reserved_1 int
reserved_2 int
stream_type int
teletextLANG string

Méthodes publiques

Méthode Description
Ac3Pid ( int ac3Pid, string audioLanguage ) : void

Ctor for an ac3 pid

AddDescriptorData ( byte data ) : void

Set the content of the descriptor for this PID

AudioPid ( int audioPid, string audioLanguage ) : void

Ctor for an audio pid

GetDescriptorData ( ) : byte[]

Returns the descriptor data

HasDescriptorData ( ) : bool

Checks if the descriptor data has been set

SubtitlePid ( int subtitlePid ) : void

ctor for a subtitle pid

TeletextPid ( int teletextPid ) : void

ctor for a teletext pid

ToString ( ) : string

Returns the fully qualified type name of this instance.

VideoPid ( int videoPid, int streamType ) : void

Ctor for an video pid

Method Details

Ac3Pid() public méthode

Ctor for an ac3 pid
public Ac3Pid ( int ac3Pid, string audioLanguage ) : void
ac3Pid int The ac3 pid.
audioLanguage string The audio language.
Résultat void

AddDescriptorData() public méthode

Set the content of the descriptor for this PID
public AddDescriptorData ( byte data ) : void
data byte
Résultat void

AudioPid() public méthode

Ctor for an audio pid
public AudioPid ( int audioPid, string audioLanguage ) : void
audioPid int The audio pid.
audioLanguage string The audio language.
Résultat void

GetDescriptorData() public méthode

Returns the descriptor data
public GetDescriptorData ( ) : byte[]
Résultat byte[]

HasDescriptorData() public méthode

Checks if the descriptor data has been set
public HasDescriptorData ( ) : bool
Résultat bool

SubtitlePid() public méthode

ctor for a subtitle pid
public SubtitlePid ( int subtitlePid ) : void
subtitlePid int The subtitle pid.
Résultat void

TeletextPid() public méthode

ctor for a teletext pid
public TeletextPid ( int teletextPid ) : void
teletextPid int The teletext pid.
Résultat void

ToString() public méthode

Returns the fully qualified type name of this instance.
public ToString ( ) : string
Résultat string

VideoPid() public méthode

Ctor for an video pid
public VideoPid ( int videoPid, int streamType ) : void
videoPid int The video pid.
streamType int the stream Type.
Résultat void

Property Details

ES_info_length public_oe property

es info length
public int ES_info_length
Résultat int

isAC3Audio public_oe property

true if pid contains ac3 audio
public bool isAC3Audio
Résultat bool

isAudio public_oe property

true if pid contains mpeg1/2 or aac audio
public bool isAudio
Résultat bool

isDVBSubtitle public_oe property

true if pid contains dvb subtitles
public bool isDVBSubtitle
Résultat bool

isEAC3Audio public_oe property

true if pid contains e_ac3 audio
public bool isEAC3Audio
Résultat bool

isTeletext public_oe property

true if pid contains teletext
public bool isTeletext
Résultat bool

isVideo public_oe property

true if pid contains video
public bool isVideo
Résultat bool

language public_oe property

audio language
public string language
Résultat string

pid public_oe property

pid
public int pid
Résultat int

reserved_1 public_oe property

reserved
public int reserved_1
Résultat int

reserved_2 public_oe property

reserved
public int reserved_2
Résultat int

stream_type public_oe property

stream type
public int stream_type
Résultat int

teletextLANG public_oe property

teletext language
public string teletextLANG
Résultat string