IAMVideoTransformComponent Interface
4/8/2010
Implemented by video transform filters that can efficiently perform rotation and scaling so that downstream filters, such as the video renderer, can use its capabilities if they are needed.
When to Implement
The IAMVideoTransformComponent interface should be implemented by any video transform filters that can efficiently perform rotation or scaling, such as video decoders, and color converters.
Methods in Vtable Order
The following table shows the methods that appear in the Vtable beneath the standard COM methods inherited from IUnknown.
Method | Description |
---|---|
Sets the parameters used to configure the buffer. |
|
Retrieves the parameters used to configure the buffer. |
|
Sets the scaling mode. |
|
Retrieves the scaling mode. |
|
Retrieves the rotation capabilities of the implementing filter. |
|
Retrieves the scaling mode capabilities of the implementing filter. |
|
Retrieves the scaling capabilities of the implementing filter. |