|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.animation.IVideoExporterProxy
Description: 'Provides access to members that control the video exporters.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class IVideoExporterProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.animation.IVideoExporter |
---|
IID, IIDc6c65fc9_4041_4e16_83c6_9f3c9dc13dbd |
Constructor Summary | |
---|---|
|
IVideoExporterProxy()
Deprecated. For internal use only |
|
IVideoExporterProxy(java.lang.Object obj)
Deprecated. |
protected |
IVideoExporterProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IVideoExporterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IVideoExporterProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
exportAnimation(IAGAnimationTracks pTracks,
IAGAnimationEnvironment pAnimEnv,
IStatusBar pStatusBar)
Deprecated. Export the animation into a video file. |
java.lang.String |
getCodec()
Deprecated. The current video codec. |
java.lang.String |
getCodecCode()
Deprecated. The current video codec's unique code. |
IStringArray |
getCodecCodeList()
Deprecated. The list of unique codes of available codecs. |
IStringArray |
getCodecList()
Deprecated. The list of names of available codecs. |
short |
getColorDepth()
Deprecated. The number of bits per pixel in each video frame. |
void |
getCustomSize(int[] pWidth,
int[] pHeight)
Deprecated. The custom image size for video export. |
int |
getDataRate()
Deprecated. The maximum number of bytes per second. |
java.lang.String |
getExportFileName()
Deprecated. The exported file name. |
java.lang.String |
getFileExtension()
Deprecated. The file extension associated with the current exporter. |
java.lang.String |
getFilter()
Deprecated. The filter string used in the CFileDialog class. |
int |
getFrameDuration()
Deprecated. The duration of each frame in milliseconds. |
int |
getFrameRate()
Deprecated. The frame rate in images per second. |
int |
getKeyFrameRate()
Deprecated. The frequency of keyframes in the video. |
java.lang.String |
getName()
Deprecated. The name of the exporter. |
int |
getQuality()
Deprecated. The quality of video compression (1-100). |
boolean |
isInstalled()
Deprecated. Indicates if the video exporter is installed. |
boolean |
isRecordOffScreen()
Deprecated. Indicates if video is to be recorded offscreen. |
boolean |
isRecordWindow()
Deprecated. Indicates if entire window is to be recorded. |
boolean |
isResizeExportWindow()
Deprecated. Indicates if the viewer window is to be resized during video export. |
boolean |
isShowSettingsDialog()
Deprecated. Indicates if video compression settings dialog is to be displayed. |
boolean |
isUseCustomSize()
Deprecated. Indicates if a custom image size should be used. |
void |
putCustomSize(int width,
int height)
Deprecated. The custom image size for video export. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCodec(java.lang.String pCodecName)
Deprecated. The current video codec. |
void |
setCodecCode(java.lang.String pCodecCode)
Deprecated. The current video codec's unique code. |
void |
setColorDepth(short pColorDepth)
Deprecated. The number of bits per pixel in each video frame. |
void |
setDataRate(int pDataRate)
Deprecated. The maximum number of bytes per second. |
void |
setExportFileName(java.lang.String fileName)
Deprecated. The exported file name. |
void |
setFrameDuration(int pFrameDuration)
Deprecated. The duration of each frame in milliseconds. |
void |
setFrameRate(int pImagesPerSecond)
Deprecated. The frame rate in images per second. |
void |
setKeyFrameRate(int pKeyFrameRate)
Deprecated. The frequency of keyframes in the video. |
void |
setQuality(int pQualityPercent)
Deprecated. The quality of video compression (1-100). |
void |
setRecordOffScreen(boolean pbRecordOffScreen)
Deprecated. Indicates if video is to be recorded offscreen. |
void |
setRecordWindow(boolean pbRecordAppWindow)
Deprecated. Indicates if entire window is to be recorded. |
void |
setResizeExportWindow(boolean pbResizeExportWindow)
Deprecated. Indicates if the viewer window is to be resized during video export. |
void |
setShowSettingsDialog(boolean pbShowSettingsDialog)
Deprecated. Indicates if video compression settings dialog is to be displayed. |
void |
setUseCustomSize(boolean pbUseCustomSize)
Deprecated. Indicates if a custom image size should be used. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IVideoExporterProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IVideoExporterProxy()
public IVideoExporterProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IVideoExporterProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IVideoExporterProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void exportAnimation(IAGAnimationTracks pTracks, IAGAnimationEnvironment pAnimEnv, IStatusBar pStatusBar) throws java.io.IOException, AutomationException
exportAnimation
in interface IVideoExporter
pTracks
- A reference to a com.esri.arcgis.animation.IAGAnimationTracks (in)pAnimEnv
- A reference to a com.esri.arcgis.animation.IAGAnimationEnvironment (in)pStatusBar
- A reference to a com.esri.arcgis.system.IStatusBar (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFilter() throws java.io.IOException, AutomationException
getFilter
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFileExtension() throws java.io.IOException, AutomationException
getFileExtension
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExportFileName(java.lang.String fileName) throws java.io.IOException, AutomationException
setExportFileName
in interface IVideoExporter
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getExportFileName() throws java.io.IOException, AutomationException
getExportFileName
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFrameRate(int pImagesPerSecond) throws java.io.IOException, AutomationException
setFrameRate
in interface IVideoExporter
pImagesPerSecond
- The pImagesPerSecond (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFrameRate() throws java.io.IOException, AutomationException
getFrameRate
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseCustomSize(boolean pbUseCustomSize) throws java.io.IOException, AutomationException
setUseCustomSize
in interface IVideoExporter
pbUseCustomSize
- The pbUseCustomSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseCustomSize() throws java.io.IOException, AutomationException
isUseCustomSize
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putCustomSize(int width, int height) throws java.io.IOException, AutomationException
putCustomSize
in interface IVideoExporter
width
- The width (in)height
- The height (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getCustomSize(int[] pWidth, int[] pHeight) throws java.io.IOException, AutomationException
getCustomSize
in interface IVideoExporter
pWidth
- The pWidth (out: use single element array)pHeight
- The pHeight (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isInstalled() throws java.io.IOException, AutomationException
isInstalled
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getCodecList() throws java.io.IOException, AutomationException
getCodecList
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getCodecCodeList() throws java.io.IOException, AutomationException
getCodecCodeList
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCodec(java.lang.String pCodecName) throws java.io.IOException, AutomationException
setCodec
in interface IVideoExporter
pCodecName
- The pCodecName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCodec() throws java.io.IOException, AutomationException
getCodec
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCodecCode(java.lang.String pCodecCode) throws java.io.IOException, AutomationException
setCodecCode
in interface IVideoExporter
pCodecCode
- The pCodecCode (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCodecCode() throws java.io.IOException, AutomationException
getCodecCode
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColorDepth(short pColorDepth) throws java.io.IOException, AutomationException
setColorDepth
in interface IVideoExporter
pColorDepth
- The pColorDepth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getColorDepth() throws java.io.IOException, AutomationException
getColorDepth
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setQuality(int pQualityPercent) throws java.io.IOException, AutomationException
setQuality
in interface IVideoExporter
pQualityPercent
- The pQualityPercent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getQuality() throws java.io.IOException, AutomationException
getQuality
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setKeyFrameRate(int pKeyFrameRate) throws java.io.IOException, AutomationException
setKeyFrameRate
in interface IVideoExporter
pKeyFrameRate
- The pKeyFrameRate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getKeyFrameRate() throws java.io.IOException, AutomationException
getKeyFrameRate
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataRate(int pDataRate) throws java.io.IOException, AutomationException
setDataRate
in interface IVideoExporter
pDataRate
- The pDataRate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDataRate() throws java.io.IOException, AutomationException
getDataRate
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFrameDuration(int pFrameDuration) throws java.io.IOException, AutomationException
setFrameDuration
in interface IVideoExporter
pFrameDuration
- The pFrameDuration (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFrameDuration() throws java.io.IOException, AutomationException
getFrameDuration
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRecordWindow(boolean pbRecordAppWindow) throws java.io.IOException, AutomationException
setRecordWindow
in interface IVideoExporter
pbRecordAppWindow
- The pbRecordAppWindow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRecordWindow() throws java.io.IOException, AutomationException
isRecordWindow
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRecordOffScreen(boolean pbRecordOffScreen) throws java.io.IOException, AutomationException
setRecordOffScreen
in interface IVideoExporter
pbRecordOffScreen
- The pbRecordOffScreen (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRecordOffScreen() throws java.io.IOException, AutomationException
isRecordOffScreen
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowSettingsDialog(boolean pbShowSettingsDialog) throws java.io.IOException, AutomationException
setShowSettingsDialog
in interface IVideoExporter
pbShowSettingsDialog
- The pbShowSettingsDialog (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowSettingsDialog() throws java.io.IOException, AutomationException
isShowSettingsDialog
in interface IVideoExporter
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResizeExportWindow(boolean pbResizeExportWindow) throws java.io.IOException, AutomationException
setResizeExportWindow
in interface IVideoExporter
pbResizeExportWindow
- The pbResizeExportWindow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isResizeExportWindow() throws java.io.IOException, AutomationException
isResizeExportWindow
in interface IVideoExporter
java.io.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 |