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


IVideoExporterProperties.CodecList Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVideoExporterProperties Interface > IVideoExporterProperties.CodecList Property
ArcGIS Developer Help

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

See Also

IVideoExporterProperties Interface