Share via


IWMEncContentAnalyzer Interface

Windows Media Encoder SDK banner art

The IWMEncContentAnalyzer interface analyzes the video content in a specified source group to determine the type of video optimization to apply.

In addition to the methods inherited from IDispatch, the IWMEncContentAnalyzer interface exposes the following methods.

Method Description
get_SourceGroup Retrieves the source group that is to be analyzed for video optimization.
Property Retrieves a value indicating the recommended video optimization to apply.
put_SourceGroup Specifies the source group that is to be analyzed for video optimization.
Start Starts the process of analyzing content for video optimization.
Stop Stops the process of analyzing content for video optimization.

See Also