com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl
Class IWMProfileImpl

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
          extended by com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl.IWMProfileImpl
All Implemented Interfaces:
com.jniwrapper.AutoDeleteParameter, com.jniwrapper.PointerParameter, IWMProfile, com.teamdev.jxdesktop.win32.com.IUnknown

public class IWMProfileImpl
extends com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl
implements IWMProfile


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.IUnknownImpl
PTR_NULL
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
IWMProfileImpl()
           
IWMProfileImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid, com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx)
           
IWMProfileImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid, com.teamdev.jxdesktop.win32.com.IUnknown iUnknown, com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx)
           
IWMProfileImpl(com.teamdev.jxdesktop.win32.com.IUnknown iUnknown)
           
IWMProfileImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl iUnknown)
           
IWMProfileImpl(com.jniwrapper.Pointer.Void aVoid)
           
 
Method Summary
 void addStream(IWMStreamConfig stream)
           
 java.lang.Object clone()
           
 void createNewStream(com.teamdev.jxdesktop.win32.ole.GUID streamType, IWMStreamConfig stream)
           
 java.lang.String getDescription()
           
 com.teamdev.jxdesktop.win32.com.types.IID getIID()
           
 java.lang.String getName()
           
 IWMStreamConfig getStream(int streamIndex)
           
 IWMStreamConfig getStreamByNumber(int number)
           
 int getStreamCount()
           
 int getVersion()
           
 void reconfigStream(IWMStreamConfig stream)
           
 void removeStream(IWMStreamConfig stream)
           
 void removeStreamByNumber(int streamNumber)
           
 void setDescription(java.lang.String value)
           
 void setName(java.lang.String value)
           
 
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.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

IWMProfileImpl

public IWMProfileImpl()

IWMProfileImpl

public IWMProfileImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl iUnknown)
               throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IWMProfileImpl

public IWMProfileImpl(com.teamdev.jxdesktop.win32.com.IUnknown iUnknown)

IWMProfileImpl

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

IWMProfileImpl

public IWMProfileImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
                      com.teamdev.jxdesktop.win32.com.IUnknown iUnknown,
                      com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx)
               throws com.teamdev.jxdesktop.win32.com.ComException
Throws:
com.teamdev.jxdesktop.win32.com.ComException

IWMProfileImpl

public IWMProfileImpl(com.jniwrapper.Pointer.Void aVoid)
Method Detail

getVersion

public int getVersion()
               throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getVersion in interface IWMProfile
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getName

public java.lang.String getName()
                         throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getName in interface IWMProfile
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setName

public void setName(java.lang.String value)
             throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
setName in interface IWMProfile
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getDescription

public java.lang.String getDescription()
                                throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getDescription in interface IWMProfile
Throws:
com.teamdev.jxdesktop.win32.com.ComException

setDescription

public void setDescription(java.lang.String value)
                    throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
setDescription in interface IWMProfile
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getStreamCount

public int getStreamCount()
                   throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getStreamCount in interface IWMProfile
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getStream

public IWMStreamConfig getStream(int streamIndex)
                          throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getStream in interface IWMProfile
Throws:
com.teamdev.jxdesktop.win32.com.ComException

getStreamByNumber

public IWMStreamConfig getStreamByNumber(int number)
                                  throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
getStreamByNumber in interface IWMProfile
Throws:
com.teamdev.jxdesktop.win32.com.ComException

removeStream

public void removeStream(IWMStreamConfig stream)
                  throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
removeStream in interface IWMProfile
Throws:
com.teamdev.jxdesktop.win32.com.ComException

removeStreamByNumber

public void removeStreamByNumber(int streamNumber)
                          throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
removeStreamByNumber in interface IWMProfile
Throws:
com.teamdev.jxdesktop.win32.com.ComException

addStream

public void addStream(IWMStreamConfig stream)
               throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
addStream in interface IWMProfile
Throws:
com.teamdev.jxdesktop.win32.com.ComException

reconfigStream

public void reconfigStream(IWMStreamConfig stream)
                    throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
reconfigStream in interface IWMProfile
Throws:
com.teamdev.jxdesktop.win32.com.ComException

createNewStream

public void createNewStream(com.teamdev.jxdesktop.win32.ole.GUID streamType,
                            IWMStreamConfig stream)
                     throws com.teamdev.jxdesktop.win32.com.ComException
Specified by:
createNewStream in interface IWMProfile
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.IUnknownImpl

clone

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