Share via


IIsdbDataContentDescriptor::GetRecordComponentRef 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 value of the component_ref field from a specified component record in an Integrated Services Digital Broadcasting (ISDB) data content descriptor. This field contains the broadcaster-defined component tag that identifies a component stream.

Syntax

HRESULT GetRecordComponentRef(
  [in]  BYTE bRecordIndex,
  [out] BYTE *pbVal
);

Parameters

[in] bRecordIndex

Zero-based index of the component record containing the tag. To get the number of components, call IIsdbDataContentDescriptor::GetCountOfRecords.

[out] pbVal

Receives the component tag.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

   
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header dvbsiparser.h (include Dvbsiparser.idl)

See also

IIsdbDataContentDescriptor