Property | Type | Description | |
---|---|---|---|
LCN | int | ||
audioPid | int | ||
caPMT | TvLibrary.Implementations.DVB.Structures.CaPMT | ||
diseqc | int | ||
eitPreFollow | bool | ||
eitSchedule | bool | ||
fec | int | ||
freq | int | ||
lnb01 | int | ||
lnbkhz | int | ||
majorChannel | int | ||
minorChannel | int | ||
modulation | int | ||
networkID | int | ||
network_pmt_PID | int | ||
pcrPid | int | ||
pidCache | string | ||
pids | List |
||
pol | int | ||
program_number | int | ||
reserved | int | ||
scrambled | bool | ||
serviceID | int | ||
serviceType | int | ||
service_name | string | ||
service_provider_name | string | ||
symb | int | ||
transportStreamID | int | ||
videoPid | int |
Method | Description | |
---|---|---|
AddPid ( |
Adds a pid to the pidtable
|
|
ChannelInfo ( ) : System |
Initializes a new instance of the ChannelInfo class.
|
|
DecodeCat ( byte cat, int catLen ) : void |
Decodes the conditional access table
|
|
DecodePmt ( byte buf ) : void |
Decodes the PMT supplied in buf and fills the pid table with all pids found
|
Method | Description | |
---|---|---|
DVB_GetMPEGISO639Lang ( byte b ) : string | ||
DVB_GetTeletextDescriptor ( byte b ) : string | ||
DVB_SubtitleDescriptior ( byte buf ) : string |
public DecodeCat ( byte cat, int catLen ) : void | ||
cat | byte | The conditional access table. |
catLen | int | The length of the conditional access table. |
return | void |
public CaPMT,TvLibrary.Implementations.DVB.Structures caPMT | ||
return | TvLibrary.Implementations.DVB.Structures.CaPMT |