IWMEncSource.GetTransformPluginCount
The GetTransformPluginCount method retrieves the number of transform plug-ins that can be applied to the source stream.
Syntax
void IWMEncSource.GetTransformPluginCount(
out uint pdwCount
);
Parameters
pdwCount
[out] UInt containing the plug-in count
Return Values
This method returns pdwCount.
Requirements
Reference: Windows Media Encoder
Namespace: WMEncoderLib
Assembly: Interop.WMEncoderLib.dll
Library: WMEncoderLib.dll
See Also