ArcObjects Library Reference (Animation)  

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(
  BSTR pCodecName
);
[C++]

Parameters

pCodecName [out, retval]   pCodecName is a parameter of type BSTR pCodecName [in]   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

.NET Snippets

Create Animation QuickTime

.NET Related Topics

How to export animations to video