Share via


IIsdbDataContentDescriptor::GetSelectorBytes 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 selector data from an Integrated Services Digital Broadcasting (ISDB) data content descriptor. The contents of the selector depend on the type of data transmitted in the data component.

Syntax

HRESULT GetSelectorBytes(
  [in]  BYTE bBufLength,
  [out] BYTE *pbBuf
);

Parameters

[in] bBufLength

Specifies the length of the buffer that receives the selector data.

[out] pbBuf

Receives the selector data.

Return value

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

Remarks

Table J-1 in Annex J, SERVICE INFORMATION FOR DIGITAL BROADCASTING SYSTEM ARIB STANDARD ARIB, STD-B10, Version 4.6 shows the contents of this descriptor for different component types.

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