MediaStreamContainer.CustomCodecSupported Property

Returns whether a MediaStreamContainer allows an AviCompressor to be used to compress the recorded video.
Syntax:
[C#]
public bool CustomCodecSupported;
Limitations:

Read only.

Remarks:

Some media stream containers do not support using an AviCompressor.

Information:

Introduced in version 3.1
This property is deprecated since version 3.5.6.
Use MediaStreamContainer.IsCodecSupported to test a specific codec

See also: MediaStreamContainer, MediaStreamSink.StreamContainer, Link target "MediaStreamContainer.Codec" not found!

<< MediaStreamContainer