com.esri.arcgis.analyst3d
Class IVideoExporterPropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3d.IVideoExporterPropertiesProxy
All Implemented Interfaces:
IVideoExporterProperties, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IVideoExporterProperties'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements IVideoExporterProperties, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IVideoExporterPropertiesProxy

public IVideoExporterPropertiesProxy(java.lang.String CLSID,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.net.UnknownHostException,
                                     java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IVideoExporterPropertiesProxy

public IVideoExporterPropertiesProxy()
Deprecated. 
For internal use only


IVideoExporterPropertiesProxy

public IVideoExporterPropertiesProxy(java.lang.Object obj)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IVideoExporterPropertiesProxy

protected IVideoExporterPropertiesProxy(java.lang.Object obj,
                                        java.lang.String iid)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IVideoExporterPropertiesProxy

protected IVideoExporterPropertiesProxy(java.lang.String CLSID,
                                        java.lang.String iid,
                                        java.lang.String host,
                                        com.esri.arcgis.interop.AuthInfo authInfo)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isInstalled

public boolean isInstalled()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the video exporter is installed.

Specified by:
isInstalled in interface IVideoExporterProperties
Returns:
The pbIsInstalled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCodecList

public IStringArray getCodecList()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The list of names of available codecs.

Specified by:
getCodecList in interface IVideoExporterProperties
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCodecCodeList

public IStringArray getCodecCodeList()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The list of unique codes of available codecs.

Specified by:
getCodecCodeList in interface IVideoExporterProperties
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCodec

public void setCodec(java.lang.String pCodecName)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The current video codec.

Specified by:
setCodec in interface IVideoExporterProperties
Parameters:
pCodecName - The pCodecName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCodec

public java.lang.String getCodec()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The current video codec.

Specified by:
getCodec in interface IVideoExporterProperties
Returns:
The pCodecName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCodecCode

public void setCodecCode(java.lang.String pCodecCode)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The current video codec's unique code.

Specified by:
setCodecCode in interface IVideoExporterProperties
Parameters:
pCodecCode - The pCodecCode (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCodecCode

public java.lang.String getCodecCode()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The current video codec's unique code.

Specified by:
getCodecCode in interface IVideoExporterProperties
Returns:
The pCodecCode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColorDepth

public void setColorDepth(short pColorDepth)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The number of bits per pixel in each video frame.

Specified by:
setColorDepth in interface IVideoExporterProperties
Parameters:
pColorDepth - The pColorDepth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColorDepth

public short getColorDepth()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The number of bits per pixel in each video frame.

Specified by:
getColorDepth in interface IVideoExporterProperties
Returns:
The pColorDepth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQuality

public void setQuality(int pQualityPercent)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The quality of video compression (1-100). 200 - Lossless.

Specified by:
setQuality in interface IVideoExporterProperties
Parameters:
pQualityPercent - The pQualityPercent (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQuality

public int getQuality()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The quality of video compression (1-100). 200 - Lossless.

Specified by:
getQuality in interface IVideoExporterProperties
Returns:
The pQualityPercent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setKeyFrameRate

public void setKeyFrameRate(int pKeyFrameRate)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The frequency of keyframes in the video.

Specified by:
setKeyFrameRate in interface IVideoExporterProperties
Parameters:
pKeyFrameRate - The pKeyFrameRate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeyFrameRate

public int getKeyFrameRate()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The frequency of keyframes in the video.

Specified by:
getKeyFrameRate in interface IVideoExporterProperties
Returns:
The pKeyFrameRate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataRate

public void setDataRate(int pDataRate)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The maximum number of bytes per second.

Specified by:
setDataRate in interface IVideoExporterProperties
Parameters:
pDataRate - The pDataRate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataRate

public int getDataRate()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The maximum number of bytes per second.

Specified by:
getDataRate in interface IVideoExporterProperties
Returns:
The pDataRate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFrameDuration

public void setFrameDuration(int pFrameDuration)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The duration of each frame in milliseconds.

Specified by:
setFrameDuration in interface IVideoExporterProperties
Parameters:
pFrameDuration - The pFrameDuration (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFrameDuration

public int getFrameDuration()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The duration of each frame in milliseconds.

Specified by:
getFrameDuration in interface IVideoExporterProperties
Returns:
The pFrameDuration
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRecordWindow

public void setRecordWindow(boolean pbRecordAppWindow)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if entire window is to be recorded.

Specified by:
setRecordWindow in interface IVideoExporterProperties
Parameters:
pbRecordAppWindow - The pbRecordAppWindow (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRecordWindow

public boolean isRecordWindow()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if entire window is to be recorded.

Specified by:
isRecordWindow in interface IVideoExporterProperties
Returns:
The pbRecordAppWindow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRecordOffScreen

public void setRecordOffScreen(boolean pbRecordOffScreen)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if video is to be recorded offscreen.

Specified by:
setRecordOffScreen in interface IVideoExporterProperties
Parameters:
pbRecordOffScreen - The pbRecordOffScreen (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRecordOffScreen

public boolean isRecordOffScreen()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if video is to be recorded offscreen.

Specified by:
isRecordOffScreen in interface IVideoExporterProperties
Returns:
The pbRecordOffScreen
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowSettingsDialog

public void setShowSettingsDialog(boolean pbShowSettingsDialog)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if video compression settings dialog is to be displayed.

Specified by:
setShowSettingsDialog in interface IVideoExporterProperties
Parameters:
pbShowSettingsDialog - The pbShowSettingsDialog (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowSettingsDialog

public boolean isShowSettingsDialog()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if video compression settings dialog is to be displayed.

Specified by:
isShowSettingsDialog in interface IVideoExporterProperties
Returns:
The pbShowSettingsDialog
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.