IVMRVideoStreamControl9 Interface

 
Microsoft DirectShow 9.0

IVMRVideoStreamControl9 Interface

The IVMRVideoStreamControl9 interface is implemented on each input pin of the Video Mixing Renderer Filter 9. The interface operates on the input stream represented by the pin. This interface is used by upstream filters (typically decoders) to get or set the active state of individual streams. Applications in general should not use this interface.

In addition to the methods inherited from IUnknown, the IVMRVideoStreamControl9 interface exposes the following methods:

Method Description
GetStreamActiveState Retrieves the state of the stream.
SetStreamActiveState Activates or inactivates an input stream.

Requirements

Header: Include D3d9.h, Vmr9.h.

Library: Use Strmiids.lib.