C# 클래스 TvLibrary.Implementations.DVB.Structures.PidInfo

Structure holding all information about a single pid
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

Ac3Pid() 공개 메소드

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

AddDescriptorData() 공개 메소드

Set the content of the descriptor for this PID
public AddDescriptorData ( byte data ) : void
data byte
리턴 void

AudioPid() 공개 메소드

Ctor for an audio pid
public AudioPid ( int audioPid, string audioLanguage ) : void
audioPid int The audio pid.
audioLanguage string The audio language.
리턴 void

GetDescriptorData() 공개 메소드

Returns the descriptor data
public GetDescriptorData ( ) : byte[]
리턴 byte[]

HasDescriptorData() 공개 메소드

Checks if the descriptor data has been set
public HasDescriptorData ( ) : bool
리턴 bool

SubtitlePid() 공개 메소드

ctor for a subtitle pid
public SubtitlePid ( int subtitlePid ) : void
subtitlePid int The subtitle pid.
리턴 void

TeletextPid() 공개 메소드

ctor for a teletext pid
public TeletextPid ( int teletextPid ) : void
teletextPid int The teletext pid.
리턴 void

ToString() 공개 메소드

Returns the fully qualified type name of this instance.
public ToString ( ) : string
리턴 string

VideoPid() 공개 메소드

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

프로퍼티 상세

ES_info_length 공개적으로 프로퍼티

es info length
public int ES_info_length
리턴 int

isAC3Audio 공개적으로 프로퍼티

true if pid contains ac3 audio
public bool isAC3Audio
리턴 bool

isAudio 공개적으로 프로퍼티

true if pid contains mpeg1/2 or aac audio
public bool isAudio
리턴 bool

isDVBSubtitle 공개적으로 프로퍼티

true if pid contains dvb subtitles
public bool isDVBSubtitle
리턴 bool

isEAC3Audio 공개적으로 프로퍼티

true if pid contains e_ac3 audio
public bool isEAC3Audio
리턴 bool

isTeletext 공개적으로 프로퍼티

true if pid contains teletext
public bool isTeletext
리턴 bool

isVideo 공개적으로 프로퍼티

true if pid contains video
public bool isVideo
리턴 bool

language 공개적으로 프로퍼티

audio language
public string language
리턴 string

pid 공개적으로 프로퍼티

pid
public int pid
리턴 int

reserved_1 공개적으로 프로퍼티

reserved
public int reserved_1
리턴 int

reserved_2 공개적으로 프로퍼티

reserved
public int reserved_2
리턴 int

stream_type 공개적으로 프로퍼티

stream type
public int stream_type
리턴 int

teletextLANG 공개적으로 프로퍼티

teletext language
public string teletextLANG
리턴 string