ITV_TRANSPORT_PROPERTIES Structure
The ITV_TRANSPORT_PROPERTIES structure is used to represent the data that is parsed from calls to the GetAttribByGUID and GetAttribByIndex methods of the IiTvDataAttribute interface.
Syntax
typedef struct ITV_TRANSPORT_PROPERTIES{
ULONG PID;
LONGLONG PCR;
BYTE TransportScramblingControl;
BYTE Reserved[3];
};
Members
PID
Specifies the packet identifier (PID) of the transport stream this data was transmitted on.
PCR
Specifies the most recent program clock reference (PCR) seen on this transport stream, before data contained in this buffer was parsed or handled.
TransportScramblingControl
Specifies the most recent transport scrambling control value set on packets carrying the payload of the data in this buffer.
Reserved[3]
Reserved.
Requirements
Header: TVVMData.idl
Platform: Windows 7
See Also