ArcObjects Library Reference (3DAnalyst)  

IVideoExporterProperties.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. Requires 3D Analyst Extension.

See Also

IVideoExporterProperties Interface