ArcObjects Library Reference (Animation)  

IVideoExporter2.ExportVideoFromImages Method

Export a video from a folder of images.

[Visual Basic .NET]
Public Sub ExportVideoFromImages ( _
    [ByVal duration As Double] _
)
[C#]
public void ExportVideoFromImages (
    double duration
);
[C#]

Optional Values

duration   Optional, default value of .
[C++]
HRESULT ExportVideoFromImages(
  double duration
);
[C++]

Parameters

duration [optional]   duration is a parameter of type double

Product Availability

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

See Also

IVideoExporter2 Interface