ArcObjects Library Reference (Animation)  

IVideoExporter.CodecList Property

The list of names of available codecs.

[Visual Basic .NET]
Public ReadOnly Property CodecList As IStringArray
[C#]
public IStringArray CodecList {get;}
[C++]
HRESULT get_CodecList(
  IStringArray** ppCodecs
);
[C++]

Parameters

ppCodecs [out, retval]

  ppCodecs is a parameter of type IStringArray

Product Availability

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

See Also

IVideoExporter Interface