IIsdbSiParser2::GetBIT 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 the broadcaster information table (BIT) from an Integrated Services Digital Broadcasting (ISDB) transport stream. A BIT contains a broadcaster unit and the service information transmission parameter for each broadcaster unit.
Syntax
HRESULT GetBIT(
[in] TID tableId,
WORD *pwOriginalNetworkId,
[out] IISDB_BIT **ppBIT
);
Parameters
[in] tableId
Table identifier for the type of table to retrieve. For a BIT, this value is 0xC4.
pwOriginalNetworkId
Pointer to the original_network_id field for the BIT. This field contains an identifier for the broadcaster that originates the MPEG-2 transport stream
[out] ppBIT
Receives a pointer to the IISDB_BIT 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 |