|
|||||||||
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.analyst3d.IVideoExporterPropertiesProxy
Description: 'Provides access to members that are associated with exporting a video.' 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 IVideoExporterPropertiesProxy
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.analyst3d.IVideoExporterProperties |
---|
IID, IID26eb3a30_9e6d_443c_b904_79b16c5028aa |
Constructor Summary | |
---|---|
|
IVideoExporterPropertiesProxy()
Deprecated. For internal use only |
|
IVideoExporterPropertiesProxy(java.lang.Object obj)
Deprecated. |
protected |
IVideoExporterPropertiesProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IVideoExporterPropertiesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IVideoExporterPropertiesProxy(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. |
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. |
int |
getDataRate()
Deprecated. The maximum number of bytes per second. |
int |
getFrameDuration()
Deprecated. The duration of each frame in milliseconds. |
int |
getKeyFrameRate()
Deprecated. The frequency of keyframes in the video. |
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 |
isShowSettingsDialog()
Deprecated. Indicates if video compression settings dialog is to be displayed. |
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 |
setFrameDuration(int pFrameDuration)
Deprecated. The duration of each frame in milliseconds. |
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 |
setShowSettingsDialog(boolean pbShowSettingsDialog)
Deprecated. Indicates if video compression settings dialog is to be displayed. |
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 IVideoExporterPropertiesProxy(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 IVideoExporterPropertiesProxy()
public IVideoExporterPropertiesProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IVideoExporterPropertiesProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IVideoExporterPropertiesProxy(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 boolean isInstalled() throws java.io.IOException, AutomationException
isInstalled
in interface IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 IVideoExporterProperties
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 |