Description | Hierarchy | Fields | Methods | Properties |
type unaMpegES = class(unaMpegTS_pwnID)
Elementary stream
![]() |
constructor Create(PID, NID: TPID; continuity: int); |
![]() |
function updateContinuity(continuity_counter: int): bool; |
![]() |
property desc; |
![]() |
property NID: TPID read f_NID; |
![]() |
property priority: bool read f_priority; |
![]() |
property scrambled: bool read f_scrambled; |
![]() |
property streamID: int read f_streamID; |
![]() |
property streamType: uint8 read f_streamType; |
![]() |
property totalCnt: int64 read f_totalCnt; |
![]() |
constructor Create(PID, NID: TPID; continuity: int); |
Creates new TS with specified PID and continuity |
![]() |
function updateContinuity(continuity_counter: int): bool; |
Updates Continuity counter.
Parameters
ReturnsTrue if continuity as expected |
![]() |
property desc; |
Descriptors. |
![]() |
property NID: TPID read f_NID; |
network ID |
![]() |
property priority: bool read f_priority; |
True if has hight priority |
![]() |
property scrambled: bool read f_scrambled; |
True if scrambled |
![]() |
property streamID: int read f_streamID; |
Stream ID (from PES) [not a PID!] |
![]() |
property streamType: uint8 read f_streamType; |
Stream type (from PMT) |
![]() |
property totalCnt: int64 read f_totalCnt; |
Total count. |
(c) 2012 Lake of Soft