Previous | Next |
With this interface, you can specify additional video-specific parameters, which are not specified on the IWMMediaProps interface.
In addition to the methods inherited from IWMMediaProps, the IWMVideoMediaProps interface exposes the following methods.
Method | Description |
GetMaxKeyFrameSpacing | Retrieves the maximum interval between key frames. |
GetQuality | Retrieves the quality setting for the video stream. |
SetMaxKeyFrameSpacing | Specifies the maximum interval between key frames. |
SetQuality | Specifies the quality setting for the video stream. |
See Also
Previous | Next |