This document is archived and information here might be outdated. Recommended version. |
The current video codec.
[Visual Basic .NET]
Public Property Codec As String
[C#]
public string Codec {get; set;}
[C++]
HRESULT get_Codec(
BSTR pCodecName
);
[C++]
HRESULT put_Codec(
System.String* pCodecName
);
[C++] Parameters pCodecName [in]
pCodecName is a parameter of type BSTR pCodecName [out, retval]
pCodecName is a parameter of type BSTR*
For AnimationExporterAVI, the default codec used by the video exporter is related to the quality setting. If the quality is below 90, then the Intel Indeo(R) Video R3.2 codec is used. Otherwise, the Cinepak Codec by Radius codec is used.