com.teamdev.jxcapture.video.win.directshow.wrappers.impl
Class IBasicAudioImpl

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
          extended by com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl
              extended by com.teamdev.jxcapture.video.win.directshow.wrappers.impl.IBasicAudioImpl
All Implemented Interfaces:
com.jniwrapper.AutoDeleteParameter, com.jniwrapper.PointerParameter, IBasicAudio, com.teamdev.jxdesktop.win32.com.IDispatch, com.teamdev.jxdesktop.win32.com.IUnknown

public class IBasicAudioImpl
extends com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl
implements IBasicAudio

Represents COM interface IBasicAudio.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl.MemoryBufferImpl
 
Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Fields inherited from class com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Fields inherited from class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
PTR_NULL
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
  IBasicAudioImpl()
           
  IBasicAudioImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid, com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext)
           
  IBasicAudioImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid, com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl pUnkOuter, com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext)
           
  IBasicAudioImpl(com.teamdev.jxdesktop.win32.com.IUnknown that)
           
protected IBasicAudioImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 com.jniwrapper.Int32 getBalance()
           
 com.teamdev.jxdesktop.win32.com.types.IID getIID()
           
 com.jniwrapper.Int32 getVolume()
           
 void setBalance(com.jniwrapper.Int32 plBalance)
           
 void setVolume(com.jniwrapper.Int32 plVolume)
           
 
Methods inherited from class com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl
getIDsOfNames, getIDsOfNames, getTypeInfo, getTypeInfoCount
 
Methods inherited from class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
acceptIOPerformer, addRef, asVoidPointer, dumpVTBL, equals, fromVoidPointer, getDebugInfo, getInterfaceIdentifier, getLength, hashCode, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, isAutoDelete, isNull, isSameObject, queryInterface, queryInterface, read, release, setAutoDelete, setNull, setValue, write
 
Methods inherited from class com.jniwrapper.Parameter
a, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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

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

IBasicAudioImpl

public IBasicAudioImpl()

IBasicAudioImpl

protected IBasicAudioImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl that)
                   throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IBasicAudioImpl

public IBasicAudioImpl(com.teamdev.jxdesktop.win32.com.IUnknown that)
                throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IBasicAudioImpl

public IBasicAudioImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
                       com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext)
                throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IBasicAudioImpl

public IBasicAudioImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
                       com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl pUnkOuter,
                       com.teamdev.jxdesktop.win32.com.types.ClsCtx dwClsContext)
                throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException
Method Detail

setVolume

public void setVolume(com.jniwrapper.Int32 plVolume)
               throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
setVolume in interface IBasicAudio
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getVolume

public com.jniwrapper.Int32 getVolume()
                               throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getVolume in interface IBasicAudio
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setBalance

public void setBalance(com.jniwrapper.Int32 plBalance)
                throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
setBalance in interface IBasicAudio
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getBalance

public com.jniwrapper.Int32 getBalance()
                                throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getBalance in interface IBasicAudio
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getIID

public com.teamdev.jxdesktop.win32.com.types.IID getIID()
Overrides:
getIID in class com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl

clone

public java.lang.Object clone()
Overrides:
clone in class com.teamdev.jxdesktop.win32.com.impl.IDispatchImpl