MediaStreamContainer.IsCodecSupported Method

Returns if the passed codec is supported by this MediaStreamContainer.
Syntax:
[C#]
public bool IsCodecSupported(AviCompressor codec);
Parameter Description
codec

The codec for which the support state should be returned.

Return Value:

Returns true or false depnending on the actual support status for the passed codec.

Information:

Introduced in version 3.5.6

See also: MediaStreamContainer, AviCompressor

<< MediaStreamContainer