This document is archived and information here might be outdated.  Recommended version.


IVideoExporter.Codec Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.Codec Property
ArcGIS Developer Help

IVideoExporter.Codec Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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. 

See Also

IVideoExporter Interface