public class WPFMediaElement extends WPFFrameworkElement
修飾子 | コンストラクタと説明 |
---|---|
protected |
WPFMediaElement(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい WPFMediaElement を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
canPause()
[読み取り専用] メディアを一時停止できるかどうかを示す値。
|
double |
getBalance()
[読み取り専用] スピーカ全体に対するボリュームの比率。
|
double |
getLength()
[読み取り専用] メディアの自然な実行時間(秒)。
|
double |
getPosition()
[読み取り専用] メディアの再生の経過時間を示す現在の位置。
|
double |
getSpeedRatio()
[読み取り専用] メディアの速度比率。
|
double |
getVolume()
[読み取り専用] メディアのボリューム。
|
boolean |
hasAudio()
[読み取り専用] メディアにオーディオが含まれているかどうかを示す値。
|
boolean |
hasVideo()
[読み取り専用] メディアにビデオが含まれているかどうかを示す値。
|
boolean |
isMediaLoaded()
[読み取り専用] コンテンツが読み込まれたことを示す値。
|
boolean |
isMuted()
[読み取り専用] オーディオがミュートされているかどうかを示す値。
|
void |
pause()
メディアを現在の位置で一時停止します。
|
void |
play()
メディアを現在の位置から再生します。
|
void |
setBalance(double balance)
[書き込み専用] スピーカ全体に対するボリュームの比率。
|
void |
setIsMuted(boolean isMuted)
[書き込み専用] オーディオがミュートされているかどうかを示す値。
|
void |
setPosition(double position)
[書き込み専用] メディアの再生の経過時間を示す現在の位置。
|
void |
setSpeedRatio(double speedRatio)
[書き込み専用] メディアの速度比率。
|
void |
setVolume(double volume)
[書き込み専用] メディアのボリューム。
|
void |
stop()
メディアを停止し、最初から再生できるようにリセットします。
|
getActualHeight, getActualWidth, getMaximumScrollPosition, getName, getScrollPosition, pointFromScreen, pointToScreen, scroll, scrollToPosition
bringIntoView, click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getToolTip, isEnabled, isFocused, mouseMove, mouseMove, openContextMenu, openContextMenu, openContextMenuSelect, openContextMenuSelect, openContextMenuSelect, openContextMenuSelect, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, setFocus, typeKeys, typeKeys, typeKeys, typePasswordKeys, typePasswordKeys, typePasswordKeys
captureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, getText, getValue, highlightObject, highlightObject, highlightObject, invokeMethods, textCapture, textCapture, textClick, textClick, textClick, textClick, textClick, textClick, textExists, textExists, textExists, textExists, textExists, textRectangle, textRectangle, textRectangle, textRectangle, textRectangle, waitForChildDisappearance, waitForChildDisappearance, waitForDisappearance, waitForDisappearance, waitForObject, waitForObject, waitForProperty, waitForProperty
equals, exists, find, find, findAll, findAll, getCustomTypeName, getDesktop, getHandle, getLocator, getProperty, getTypeName, hashCode, imageClick, imageClick, imageClick, imageClick, imageClick, imageClick, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageExists, imageExists, imageExists, imageExistsFile, imageExistsFile, imageExistsFile, imageRectangle, imageRectangle, imageRectangle, imageRectangleFile, imageRectangleFile, imageRectangleFile, invoke, preventFinalLocator, setProperty, toString
protected WPFMediaElement(JtfObjectHandle handle, Desktop desktop)
handle
- WPFMediaElement を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic void pause()
public void play()
public void stop()
public double getBalance()
public void setBalance(double balance)
balance
- スピーカ全体に対するボリュームの比率public boolean canPause()
public boolean hasAudio()
public boolean hasVideo()
public boolean isMediaLoaded()
public boolean isMuted()
public void setIsMuted(boolean isMuted)
isMuted
- オーディオがミュートされているかどうかを示す値public double getLength()
public double getPosition()
public void setPosition(double position)
position
- メディアの再生の経過時間を示す現在の位置public double getSpeedRatio()
public void setSpeedRatio(double speedRatio)
speedRatio
- メディアの速度比率public double getVolume()
public void setVolume(double volume)
volume
- メディアのボリュームCopyright 2009-2012 Micro Focus. All Rights Reserved.