public class DMOMediaType
extends com.jniwrapper.Structure
Constructor and Description |
---|
DMOMediaType() |
DMOMediaType(DMOMediaType that) |
Modifier and Type | Method and Description |
---|---|
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) |
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public DMOMediaType()
public DMOMediaType(DMOMediaType that)
public com.teamdev.jxdesktop.win32.ole.GUID getMajortype()
public com.teamdev.jxdesktop.win32.ole.GUID getSubtype()
public int getBFixedSizeSamples()
public void setBFixedSizeSamples(int value)
public int getBTemporalCompression()
public void setBTemporalCompression(int value)
public long getLSampleSize()
public void setLSampleSize(long value)
public com.teamdev.jxdesktop.win32.ole.GUID getFormattype()
public com.teamdev.jxdesktop.win32.com.IUnknown getPUnk()
public long getCbFormat()
public void setCbFormat(long value)
public com.jniwrapper.UInt8 getPbFormat()
public void setPbFormat(com.jniwrapper.UInt8 value)
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure