Home Units Hierarchy Routines All identifiers

Class unaMpegTSEvent

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaMpegTSEvent = class(unaMpegTS_pwnID)

Description

TS Event

Hierarchy

Overview

Methods

Public constructor create(evID, TSID, NID, srvID: TPID; reader: unaBitReader_abstract; var len: int);
Protected procedure reparse(reader: unaBitReader_abstract; var len: int); override;

Properties

Public property desc;
Public property duration: uint32 read f_duration;
Public property free_CA_mode: bool read f_free_CA_mode;
Public property NID: TPID read f_network_id;
Public property running_status: int read f_running_status;
Public property srvID: TPID read f_service_id;
Public property startTime: uint64 read getST;
Public property TSID: TPID read f_ts_id;

Description

Methods

Public constructor create(evID, TSID, NID, srvID: TPID; reader: unaBitReader_abstract; var len: int);
 
Protected procedure reparse(reader: unaBitReader_abstract; var len: int); override;
 

Properties

Public property desc;

1 bit

Public property duration: uint32 read f_duration;

40 bits (network order?)

Public property free_CA_mode: bool read f_free_CA_mode;

3 bits

Public property NID: TPID read f_network_id;

16 bits

Public property running_status: int read f_running_status;

24 bits used

Public property srvID: TPID read f_service_id;

16 bits

Public property startTime: uint64 read getST;

16 bits

Public property TSID: TPID read f_ts_id;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09