This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.Codec Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR pCodecName
);
[C++]
Parameters pCodecName [out, retval] pCodecName is a parameter of type BSTR pCodecName [in] 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.