com.teamdev.jxcapture.video.win.directshow.wrappers
Class DMOMediaType

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.Structure
          extended by com.teamdev.jxcapture.video.win.directshow.wrappers.DMOMediaType
All Implemented Interfaces:
com.jniwrapper.AlignmentAwareParameter, com.jniwrapper.CompositeParameter

public class DMOMediaType
extends com.jniwrapper.Structure

Represents COM record _DMOMediaType.


Field Summary
 
Fields inherited from class com.jniwrapper.Structure
i
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
DMOMediaType()
           
DMOMediaType(DMOMediaType that)
           
 
Method Summary
 java.lang.Object clone()
           
 int getBFixedSizeSamples()
           
 int getBTemporalCompression()
           
 long getCbFormat()
           
 com.teamdev.jxdesktop.win32.ole.GUID getFormattype()
           
 long getLSampleSize()
           
 com.teamdev.jxdesktop.win32.ole.GUID getMajortype()
           
 com.jniwrapper.UInt8 getPbFormat()
           
 com.teamdev.jxdesktop.win32.com.IUnknown getPUnk()
           
 com.teamdev.jxdesktop.win32.ole.GUID getSubtype()
           
 void setBFixedSizeSamples(int value)
           
 void setBTemporalCompression(int value)
           
 void setCbFormat(long value)
           
 void setLSampleSize(long value)
           
 void setPbFormat(com.jniwrapper.UInt8 value)
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMOMediaType

public DMOMediaType()

DMOMediaType

public DMOMediaType(DMOMediaType that)
Method Detail

getMajortype

public com.teamdev.jxdesktop.win32.ole.GUID getMajortype()

getSubtype

public com.teamdev.jxdesktop.win32.ole.GUID getSubtype()

getBFixedSizeSamples

public int getBFixedSizeSamples()

setBFixedSizeSamples

public void setBFixedSizeSamples(int value)

getBTemporalCompression

public int getBTemporalCompression()

setBTemporalCompression

public void setBTemporalCompression(int value)

getLSampleSize

public long getLSampleSize()

setLSampleSize

public void setLSampleSize(long value)

getFormattype

public com.teamdev.jxdesktop.win32.ole.GUID getFormattype()

getPUnk

public com.teamdev.jxdesktop.win32.com.IUnknown getPUnk()

getCbFormat

public long getCbFormat()

setCbFormat

public void setCbFormat(long value)

getPbFormat

public com.jniwrapper.UInt8 getPbFormat()

setPbFormat

public void setPbFormat(com.jniwrapper.UInt8 value)

clone

public java.lang.Object clone()
Overrides:
clone in class com.jniwrapper.Structure