MediaStreamSink.Codec Property

Returns or sets the used AviCompressor.
Syntax:
[C#]
public AviCompressor Codec;
Limitations:

Read only in live mode.

Remarks:

Some media stream containers do not support using an AviCompressor. If MediaStreamContainer.CustomCodecSupported returns false, it is not possible to assign an AviCompressor to the Codec property.

See also: MediaStreamSink, AviCompressor

<< MediaStreamSink