public class QuicktimeCodecData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__cdParms
Field descriptor (offset) for struct member 'cdParms'.
|
static long[] |
__DNA__FIELD__cdSize
Field descriptor (offset) for struct member 'cdSize'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__pad2
Field descriptor (offset) for struct member 'pad2'.
|
static long[] |
__DNA__FIELD__qtcodecname
Field descriptor (offset) for struct member 'qtcodecname'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct QuicktimeCodecData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
QuicktimeCodecData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
QuicktimeCodecData(QuicktimeCodecData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<QuicktimeCodecData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getCdParms()
Get method for struct member 'cdParms'.
|
int |
getCdSize()
Get method for struct member 'cdSize'.
|
CPointer<java.lang.Object> |
getPad()
Get method for struct member 'pad'.
|
int |
getPad2()
Get method for struct member 'pad2'.
|
CArrayFacade<java.lang.Byte> |
getQtcodecname()
Get method for struct member 'qtcodecname'.
|
void |
setCdParms(CPointer<java.lang.Object> cdParms)
Set method for struct member 'cdParms'.
|
void |
setCdSize(int cdSize)
Set method for struct member 'cdSize'.
|
void |
setPad(CPointer<java.lang.Object> pad)
Set method for struct member 'pad'.
|
void |
setPad2(int pad2)
Set method for struct member 'pad2'.
|
void |
setQtcodecname(CArrayFacade<java.lang.Byte> qtcodecname)
Set method for struct member 'qtcodecname'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for QuicktimeCodecData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__cdParms
Old quicktime implementation compatibility fields, read only in 2.5 - deprecated codec/compressor options
This is how you get a reference on the corresponding field in the struct:
QuicktimeCodecData quicktimecodecdata = ...; CPointer<Object> p = quicktimecodecdata.__dna__addressof(QuicktimeCodecData.__DNA__FIELD__cdParms); CPointer<CPointer<Object>> p_cdParms = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__pad
padding
This is how you get a reference on the corresponding field in the struct:
QuicktimeCodecData quicktimecodecdata = ...; CPointer<Object> p = quicktimecodecdata.__dna__addressof(QuicktimeCodecData.__DNA__FIELD__pad); CPointer<CPointer<Object>> p_pad = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__cdSize
size of cdParms buffer
This is how you get a reference on the corresponding field in the struct:
QuicktimeCodecData quicktimecodecdata = ...; CPointer<Object> p = quicktimecodecdata.__dna__addressof(QuicktimeCodecData.__DNA__FIELD__cdSize); CPointer<Integer> p_cdSize = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad2
padding
This is how you get a reference on the corresponding field in the struct:
QuicktimeCodecData quicktimecodecdata = ...; CPointer<Object> p = quicktimecodecdata.__dna__addressof(QuicktimeCodecData.__DNA__FIELD__pad2); CPointer<Integer> p_pad2 = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__qtcodecname
This is how you get a reference on the corresponding field in the struct:
QuicktimeCodecData quicktimecodecdata = ...; CPointer<Object> p = quicktimecodecdata.__dna__addressof(QuicktimeCodecData.__DNA__FIELD__qtcodecname); CPointer<CArrayFacade<Byte>> p_qtcodecname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public QuicktimeCodecData(long __address, Block __block, BlockTable __blockTable)
protected QuicktimeCodecData(QuicktimeCodecData that)
public CPointer<java.lang.Object> getCdParms() throws java.io.IOException
Old quicktime implementation compatibility fields, read only in 2.5 - deprecated codec/compressor options
java.io.IOException
__DNA__FIELD__cdParms
public void setCdParms(CPointer<java.lang.Object> cdParms) throws java.io.IOException
Old quicktime implementation compatibility fields, read only in 2.5 - deprecated codec/compressor options
java.io.IOException
__DNA__FIELD__cdParms
public CPointer<java.lang.Object> getPad() throws java.io.IOException
padding
java.io.IOException
__DNA__FIELD__pad
public void setPad(CPointer<java.lang.Object> pad) throws java.io.IOException
padding
java.io.IOException
__DNA__FIELD__pad
public int getCdSize() throws java.io.IOException
size of cdParms buffer
java.io.IOException
__DNA__FIELD__cdSize
public void setCdSize(int cdSize) throws java.io.IOException
size of cdParms buffer
java.io.IOException
__DNA__FIELD__cdSize
public int getPad2() throws java.io.IOException
padding
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(int pad2) throws java.io.IOException
padding
java.io.IOException
__DNA__FIELD__pad2
public CArrayFacade<java.lang.Byte> getQtcodecname() throws java.io.IOException
java.io.IOException
__DNA__FIELD__qtcodecname
public void setQtcodecname(CArrayFacade<java.lang.Byte> qtcodecname) throws java.io.IOException
java.io.IOException
__DNA__FIELD__qtcodecname
public CPointer<QuicktimeCodecData> __io__addressof()