IIsdbSiParser2::GetLDT method (dvbsiparser.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
Gets a linked description table (LDT) from an Integrated Services Digital Broadcast (ISDB) transport stream. An LDT contains data that is used to collect reference information from other tables.
Syntax
HRESULT GetLDT(
[in] TID tableId,
WORD *pwOriginalServiceId,
[out] IISDB_LDT **ppLDT
);
Parameters
[in] tableId
Table identifier for the type of table to retrieve. For an LDT, this value is 0xC7.
pwOriginalServiceId
Pointer to the original_service_id field for the LDT. This field contains an identifier for the service for this transport stream.
[out] ppLDT
Receives a pointer to the IISDB_LDT interface. Use this interface to retrieve the information in the table. The caller must release the interface.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dvbsiparser.h |