ArcObjects Library Reference (Animation)  

IVideoExporter.CodecCode Property

The current video codec's unique code.

[Visual Basic .NET]
Public Property CodecCode As String
[C#]
public string CodecCode {get; set;}
[C++]
HRESULT get_CodecCode(
  BSTR* pCodecCode
);
[C++]
HRESULT put_CodecCode(
  BSTR pCodecCode
);
[C++]

Parameters

pCodecCode [out, retval]   pCodecCode is a parameter of type BSTR pCodecCode [in]   pCodecCode is a parameter of type BSTR

Product Availability

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

See Also

IVideoExporter Interface

.NET Related Topics

How to export animations to video