Share via


IiTvDataStreamControl Interface

Used to control which streams (identified by either packet ID or other stream ID) that will be sent to the application. The streams selection and deselection may happen at any time during valid data connection.

Type of the stream ID by which packets are filtered, and is determined during connection of the callback interface IiTvDataReceiver. Specifically, the IiTvDataReceiver::get_StreamControlByType method will be called to ask which filtering method to use. The application must return a value to indicate the filtering method.

In addition to the methods inherited from IUnknown, the IiTvDataStreamControl interface exposes the following methods.

Method Description
AddStream Selects the stream to be sent to callback.
RemoveStream Deselects the stream to be sent to callback.

Requirements

Header: TVVMData.idl

Platform: Windows 7

See Also