Provides access to members that control the video exporters.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Codec | The current video codec. | |
CodecCode | The current video codec's unique code. | |
CodecCodeList | The list of unique codes of available codecs. | |
CodecList | The list of names of available codecs. | |
ColorDepth | The number of bits per pixel in each video frame. | |
DataRate | The maximum number of bytes per second. | |
EndFrame | The last frame in frame based export. | |
ExportAnimation | Export the animation into a video file. | |
ExportFileName | The exported file name. | |
ExportVideoFromImages | Export a video from a folder of images. | |
ExportVideoFromTimeSlider | Export a video from the time slider. | |
FileExtension | The file extension associated with the current exporter. | |
Filter | The filter string used in the CFileDialog class. | |
FrameDuration | The duration of each frame in milliseconds. | |
FrameRate | The frame rate in images per second. | |
GetCustomSize | The custom image size for video export. | |
ImageFolderName | The complete path name of the folder with the images to be exported. | |
ImageFormat | The source format of images to be used when exporting a video. | |
IsInstalled | Indicates if the video exporter is installed. | |
KeyFrameRate | The frequency of keyframes in the video. | |
Name | The name of the exporter. | |
PutCustomSize | The custom image size for video export. | |
Quality | The quality of video compression (1-100). 200 - Lossless. | |
RecordOffScreen | Indicates if video is to be recorded offscreen. | |
RecordWindow | Indicates if entire window is to be recorded. | |
ResizeExportWindow | Indicates if the viewer window is to be resized during video export. | |
ShowSettingsDialog | Indicates if video compression settings dialog is to be displayed. | |
StartFrame | The first frame in frame based export. | |
TotalFrames | The total frames to be exported. | |
UseCustomSize | Indicates if a custom image size should be used. | |
UseExportFromImages | Indicates if export from images is to be used. | |
UseFrameExport | Indicates if frame based export is to be used. | |
UseTwoStageExport | Indicates if two stage export is to be used. | |
WriteAGVFile | Indicates if an AGV file is to be written out during export. |
Inherited Interfaces
Interfaces | Description |
---|---|
IVideoExporter | Provides access to members that control the video exporters. |
CoClasses that implement IVideoExporter2
CoClasses and Classes | Description |
---|---|
AnimationExporterAVI | An exporter of animations to AVI video format. |
AnimationExporterQT | An exporter of animations to QuickTime video format. |
AnimationExporterSeqImages | An exporter of animations to a folder of sequential images. |