|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVideoExporter2
Provides access to members that control the video exporters.
Method Summary | |
---|---|
void |
exportVideoFromImages(double duration)
Export a video from a folder of images. |
void |
exportVideoFromTimeSlider()
Export a video from the time slider. |
int |
getEndFrame()
The last frame in frame based export. |
String |
getImageFolderName()
The complete path name of the folder with the images to be exported. |
String |
getImageFormat()
The source format of images to be used when exporting a video. |
int |
getStartFrame()
The first frame in frame based export. |
int |
getTotalFrames()
The total frames to be exported. |
boolean |
isUseExportFromImages()
Indicates if export from images is to be used. |
boolean |
isUseFrameExport()
Indicates if frame based export is to be used. |
boolean |
isUseTwoStageExport()
Indicates if two stage export is to be used. |
boolean |
isWriteAGVFile()
Indicates if an AGV file is to be written out during export. |
void |
setEndFrame(int pEndFrame)
The last frame in frame based export. |
void |
setImageFolderName(String pImageFolderName)
The complete path name of the folder with the images to be exported. |
void |
setImageFormat(String pImageFormat)
The source format of images to be used when exporting a video. |
void |
setStartFrame(int pStartFrame)
The first frame in frame based export. |
void |
setTotalFrames(int pTotalFrames)
The total frames to be exported. |
void |
setUseExportFromImages(boolean pbUseExportFromImages)
Indicates if export from images is to be used. |
void |
setUseFrameExport(boolean pbUseFrameExport)
Indicates if frame based export is to be used. |
void |
setUseTwoStageExport(boolean pbUseTwoStageExport)
Indicates if two stage export is to be used. |
void |
setWriteAGVFile(boolean pbWriteAGVFile)
Indicates if an AGV file is to be written out during export. |
Method Detail |
---|
void setUseFrameExport(boolean pbUseFrameExport) throws IOException, AutomationException
pbUseFrameExport
- The pbUseFrameExport (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseFrameExport() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartFrame(int pStartFrame) throws IOException, AutomationException
pStartFrame
- The pStartFrame (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStartFrame() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEndFrame(int pEndFrame) throws IOException, AutomationException
pEndFrame
- The pEndFrame (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getEndFrame() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTotalFrames(int pTotalFrames) throws IOException, AutomationException
pTotalFrames
- The pTotalFrames (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTotalFrames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseTwoStageExport(boolean pbUseTwoStageExport) throws IOException, AutomationException
pbUseTwoStageExport
- The pbUseTwoStageExport (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseTwoStageExport() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseExportFromImages(boolean pbUseExportFromImages) throws IOException, AutomationException
pbUseExportFromImages
- The pbUseExportFromImages (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseExportFromImages() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImageFolderName(String pImageFolderName) throws IOException, AutomationException
pImageFolderName
- The pImageFolderName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getImageFolderName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImageFormat(String pImageFormat) throws IOException, AutomationException
pImageFormat
- The pImageFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getImageFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void exportVideoFromImages(double duration) throws IOException, AutomationException
duration
- The duration (in, optional, pass 0.0 if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWriteAGVFile(boolean pbWriteAGVFile) throws IOException, AutomationException
pbWriteAGVFile
- The pbWriteAGVFile (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isWriteAGVFile() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void exportVideoFromTimeSlider() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |