Share via


IiTvDataReceiver::get_StreamControlByType Method

The get_StreamControlByType method allows the application to filter by type of streams.

Syntax

  HRESULT get_StreamControlByType(
  GUID*  pGuidType;
);

Parameters

pGuidType

[out] Set to the stream filtering type. The following values are valid:

ITVDATA_FILTERING_METHOD_PID. Indicates that streams are filtered by packet identifier (PID).

ITVDATA_FILTERING_METHOD_TAG_TABLE_UUID. Indicates that streams are filtered by TAG TABLE UUID.

ITVDATA_FILTERING_NONE. Indicates that streams are not filtered.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Requirements

Header: TVVMData.idl

Platform: Windows 7

See Also