com.teamdev.jxcapture.video.win.directshow.wrappers
Interface IMediaPosition

All Superinterfaces:
com.jniwrapper.AutoDeleteParameter, com.teamdev.jxdesktop.win32.com.IDispatch, com.teamdev.jxdesktop.win32.com.IUnknown
All Known Implementing Classes:
IMediaPositionImpl

public interface IMediaPosition
extends com.teamdev.jxdesktop.win32.com.IDispatch

Represents Java interface for COM interface IMediaPosition.


Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 com.jniwrapper.Int32 canSeekBackward()
           
 com.jniwrapper.Int32 canSeekForward()
           
 com.jniwrapper.DoubleFloat getCurrentPosition()
           
 com.jniwrapper.DoubleFloat getDuration()
           
 com.jniwrapper.DoubleFloat getPrerollTime()
           
 com.jniwrapper.DoubleFloat getRate()
           
 com.jniwrapper.DoubleFloat getStopTime()
           
 void setCurrentPosition(com.jniwrapper.DoubleFloat pllTime)
           
 void setPrerollTime(com.jniwrapper.DoubleFloat pllTime)
           
 void setRate(com.jniwrapper.DoubleFloat pdRate)
           
 void setStopTime(com.jniwrapper.DoubleFloat pllTime)
           
 
Methods inherited from interface com.teamdev.jxdesktop.win32.com.IDispatch
getIDsOfNames, getTypeInfo, getTypeInfoCount
 
Methods inherited from interface com.teamdev.jxdesktop.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Method Detail

getDuration

com.jniwrapper.DoubleFloat getDuration()
                                       throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setCurrentPosition

void setCurrentPosition(com.jniwrapper.DoubleFloat pllTime)
                        throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getCurrentPosition

com.jniwrapper.DoubleFloat getCurrentPosition()
                                              throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getStopTime

com.jniwrapper.DoubleFloat getStopTime()
                                       throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setStopTime

void setStopTime(com.jniwrapper.DoubleFloat pllTime)
                 throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getPrerollTime

com.jniwrapper.DoubleFloat getPrerollTime()
                                          throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setPrerollTime

void setPrerollTime(com.jniwrapper.DoubleFloat pllTime)
                    throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setRate

void setRate(com.jniwrapper.DoubleFloat pdRate)
             throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getRate

com.jniwrapper.DoubleFloat getRate()
                                   throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

canSeekForward

com.jniwrapper.Int32 canSeekForward()
                                    throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

canSeekBackward

com.jniwrapper.Int32 canSeekBackward()
                                     throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException