|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IVideoExporterProperties
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID26eb3a30_9e6d_443c_b904_79b16c5028aa
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getCodec()
The current video codec. |
java.lang.String |
getCodecCode()
The current video codec's unique code. |
IStringArray |
getCodecCodeList()
The list of unique codes of available codecs. |
IStringArray |
getCodecList()
The list of names of available codecs. |
short |
getColorDepth()
The number of bits per pixel in each video frame. |
int |
getDataRate()
The maximum number of bytes per second. |
int |
getFrameDuration()
The duration of each frame in milliseconds. |
int |
getKeyFrameRate()
The frequency of keyframes in the video. |
int |
getQuality()
The quality of video compression (1-100). |
boolean |
isInstalled()
Indicates if the video exporter is installed. |
boolean |
isRecordOffScreen()
Indicates if video is to be recorded offscreen. |
boolean |
isRecordWindow()
Indicates if entire window is to be recorded. |
boolean |
isShowSettingsDialog()
Indicates if video compression settings dialog is to be displayed. |
void |
setCodec(java.lang.String pCodecName)
The current video codec. |
void |
setCodecCode(java.lang.String pCodecCode)
The current video codec's unique code. |
void |
setColorDepth(short pColorDepth)
The number of bits per pixel in each video frame. |
void |
setDataRate(int pDataRate)
The maximum number of bytes per second. |
void |
setFrameDuration(int pFrameDuration)
The duration of each frame in milliseconds. |
void |
setKeyFrameRate(int pKeyFrameRate)
The frequency of keyframes in the video. |
void |
setQuality(int pQualityPercent)
The quality of video compression (1-100). |
void |
setRecordOffScreen(boolean pbRecordOffScreen)
Indicates if video is to be recorded offscreen. |
void |
setRecordWindow(boolean pbRecordAppWindow)
Indicates if entire window is to be recorded. |
void |
setShowSettingsDialog(boolean pbShowSettingsDialog)
Indicates if video compression settings dialog is to be displayed. |
| Field Detail |
|---|
static final int IID26eb3a30_9e6d_443c_b904_79b16c5028aa
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isInstalled()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getCodecList()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getCodecCodeList()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCodec(java.lang.String pCodecName)
throws java.io.IOException,
AutomationException
pCodecName - The pCodecName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getCodec()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCodecCode(java.lang.String pCodecCode)
throws java.io.IOException,
AutomationException
pCodecCode - The pCodecCode (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getCodecCode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColorDepth(short pColorDepth)
throws java.io.IOException,
AutomationException
pColorDepth - The pColorDepth (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getColorDepth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setQuality(int pQualityPercent)
throws java.io.IOException,
AutomationException
pQualityPercent - The pQualityPercent (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getQuality()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setKeyFrameRate(int pKeyFrameRate)
throws java.io.IOException,
AutomationException
pKeyFrameRate - The pKeyFrameRate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getKeyFrameRate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDataRate(int pDataRate)
throws java.io.IOException,
AutomationException
pDataRate - The pDataRate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDataRate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFrameDuration(int pFrameDuration)
throws java.io.IOException,
AutomationException
pFrameDuration - The pFrameDuration (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFrameDuration()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRecordWindow(boolean pbRecordAppWindow)
throws java.io.IOException,
AutomationException
pbRecordAppWindow - The pbRecordAppWindow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRecordWindow()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRecordOffScreen(boolean pbRecordOffScreen)
throws java.io.IOException,
AutomationException
pbRecordOffScreen - The pbRecordOffScreen (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRecordOffScreen()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowSettingsDialog(boolean pbShowSettingsDialog)
throws java.io.IOException,
AutomationException
pbShowSettingsDialog - The pbShowSettingsDialog (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowSettingsDialog()
throws java.io.IOException,
AutomationException
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 | ||||||||