Description | Hierarchy | Fields | Methods | Properties |
type unaMpegTSEvent = class(unaMpegTS_pwnID)
TS Event
constructor create(evID, TSID, NID, srvID: TPID; reader: unaBitReader_abstract; var len: int); |
|
procedure reparse(reader: unaBitReader_abstract; var len: int); override; |
property desc; |
|
property duration: uint32 read f_duration; |
|
property free_CA_mode: bool read f_free_CA_mode; |
|
property NID: TPID read f_network_id; |
|
property running_status: int read f_running_status; |
|
property srvID: TPID read f_service_id; |
|
property startTime: uint64 read getST; |
|
property TSID: TPID read f_ts_id; |
constructor create(evID, TSID, NID, srvID: TPID; reader: unaBitReader_abstract; var len: int); |
|
procedure reparse(reader: unaBitReader_abstract; var len: int); override; |
|
property desc; |
|
1 bit |
property duration: uint32 read f_duration; |
|
40 bits (network order?) |
property free_CA_mode: bool read f_free_CA_mode; |
|
3 bits |
property NID: TPID read f_network_id; |
|
16 bits |
property running_status: int read f_running_status; |
|
24 bits used |
property srvID: TPID read f_service_id; |
|
16 bits |
property startTime: uint64 read getST; |
|
16 bits |
property TSID: TPID read f_ts_id; |
|
(c) 2012 Lake of Soft