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


IAVIExporter Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAVIExporter Interface
ArcGIS Developer Help

IAVIExporter Interface

Provides access to members that are associated with the AVI exporter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Members

Name Description
Read/write property Quality The quality of video compression (1-100).

Classes that implement IAVIExporter

Classes Description
AVIExporter An exporter to AVI video format.

Remarks

This interface has one property that can be used to control the quality of an exported AVI video. The default quality value is 75 (out of 100). Up to ArcGIS 8.3, you cannot select a particular AVI codec explicitly. When used on the user interface by default, if the quality value is below 90, then the Intel Indeo(R) Video R3.2 codec is used. Otherwise, the Cinepak Codec by Radius codec is used. Starting from ArcGIS 9.0, you can explicitly select a specific codec at any quality.

The quality property in this interface is equivalent to that in the IVideoExporterProperties.