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


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

IVideoExporter.CodecCodeList Property

The list of unique codes of available codecs.

[Visual Basic .NET]
Public ReadOnly Property CodecCodeList As IStringArray
[C#]
public IStringArray CodecCodeList {get;}
[C++]
HRESULT get_CodecCodeList(
  IStringArray** ppCodecCodes
);
[C++]
Parameters
ppCodecCodes [out, retval]

ppCodecCodes is a parameter of type IStringArray**

Product Availability

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

See Also

IVideoExporter Interface