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


IVideoExporter.CodecCode 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.CodecCode Property
ArcGIS Developer Help

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(
  System.String* pCodecCode
);
[C++]
Parameters
pCodecCode [in]

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

Product Availability

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

See Also

IVideoExporter Interface