public class MovieClipProxy extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__build_size_flag
Field descriptor (offset) for struct member 'build_size_flag'.
|
static long[] |
__DNA__FIELD__build_tc_flag
Field descriptor (offset) for struct member 'build_tc_flag'.
|
static long[] |
__DNA__FIELD__dir
Field descriptor (offset) for struct member 'dir'.
|
static long[] |
__DNA__FIELD__quality
Field descriptor (offset) for struct member 'quality'.
|
static long[] |
__DNA__FIELD__tc
Field descriptor (offset) for struct member 'tc'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MovieClipProxy.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MovieClipProxy(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MovieClipProxy(MovieClipProxy that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MovieClipProxy> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getBuild_size_flag()
Get method for struct member 'build_size_flag'.
|
short |
getBuild_tc_flag()
Get method for struct member 'build_tc_flag'.
|
CArrayFacade<java.lang.Byte> |
getDir()
Get method for struct member 'dir'.
|
short |
getQuality()
Get method for struct member 'quality'.
|
short |
getTc()
Get method for struct member 'tc'.
|
void |
setBuild_size_flag(short build_size_flag)
Set method for struct member 'build_size_flag'.
|
void |
setBuild_tc_flag(short build_tc_flag)
Set method for struct member 'build_tc_flag'.
|
void |
setDir(CArrayFacade<java.lang.Byte> dir)
Set method for struct member 'dir'.
|
void |
setQuality(short quality)
Set method for struct member 'quality'.
|
void |
setTc(short tc)
Set method for struct member 'tc'.
|
__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 MovieClipProxy.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__dir
768=FILE_MAXDIR custom directory for index and proxy files (defaults to BL_proxy).
This is how you get a reference on the corresponding field in the struct:
MovieClipProxy movieclipproxy = ...; CPointer<Object> p = movieclipproxy.__dna__addressof(MovieClipProxy.__DNA__FIELD__dir); CPointer<CArrayFacade<Byte>> p_dir = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__tc
Time code in use.
This is how you get a reference on the corresponding field in the struct:
MovieClipProxy movieclipproxy = ...; CPointer<Object> p = movieclipproxy.__dna__addressof(MovieClipProxy.__DNA__FIELD__tc); CPointer<Short> p_tc = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__quality
Proxy build quality.
This is how you get a reference on the corresponding field in the struct:
MovieClipProxy movieclipproxy = ...; CPointer<Object> p = movieclipproxy.__dna__addressof(MovieClipProxy.__DNA__FIELD__quality); CPointer<Short> p_quality = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__build_size_flag
Size flags (see below) of all proxies to build.
This is how you get a reference on the corresponding field in the struct:
MovieClipProxy movieclipproxy = ...; CPointer<Object> p = movieclipproxy.__dna__addressof(MovieClipProxy.__DNA__FIELD__build_size_flag); CPointer<Short> p_build_size_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__build_tc_flag
Time code flags (see below) of all tc indices to build.
This is how you get a reference on the corresponding field in the struct:
MovieClipProxy movieclipproxy = ...; CPointer<Object> p = movieclipproxy.__dna__addressof(MovieClipProxy.__DNA__FIELD__build_tc_flag); CPointer<Short> p_build_tc_flag = p.cast(new Class[]{Short.class});
public MovieClipProxy(long __address, Block __block, BlockTable __blockTable)
protected MovieClipProxy(MovieClipProxy that)
public CArrayFacade<java.lang.Byte> getDir() throws java.io.IOException
768=FILE_MAXDIR custom directory for index and proxy files (defaults to BL_proxy).
java.io.IOException
__DNA__FIELD__dir
public void setDir(CArrayFacade<java.lang.Byte> dir) throws java.io.IOException
768=FILE_MAXDIR custom directory for index and proxy files (defaults to BL_proxy).
java.io.IOException
__DNA__FIELD__dir
public short getTc() throws java.io.IOException
Time code in use.
java.io.IOException
__DNA__FIELD__tc
public void setTc(short tc) throws java.io.IOException
Time code in use.
java.io.IOException
__DNA__FIELD__tc
public short getQuality() throws java.io.IOException
Proxy build quality.
java.io.IOException
__DNA__FIELD__quality
public void setQuality(short quality) throws java.io.IOException
Proxy build quality.
java.io.IOException
__DNA__FIELD__quality
public short getBuild_size_flag() throws java.io.IOException
Size flags (see below) of all proxies to build.
java.io.IOException
__DNA__FIELD__build_size_flag
public void setBuild_size_flag(short build_size_flag) throws java.io.IOException
Size flags (see below) of all proxies to build.
java.io.IOException
__DNA__FIELD__build_size_flag
public short getBuild_tc_flag() throws java.io.IOException
Time code flags (see below) of all tc indices to build.
java.io.IOException
__DNA__FIELD__build_tc_flag
public void setBuild_tc_flag(short build_tc_flag) throws java.io.IOException
Time code flags (see below) of all tc indices to build.
java.io.IOException
__DNA__FIELD__build_tc_flag
public CPointer<MovieClipProxy> __io__addressof()