Package apple.coremedia.struct
Class CMBlockBufferCustomBlockSource
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coremedia.struct.CMBlockBufferCustomBlockSource
-
public final class CMBlockBufferCustomBlockSource extends org.moe.natj.c.StructObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCMBlockBufferCustomBlockSource.Function_AllocateBlockstatic interfaceCMBlockBufferCustomBlockSource.Function_FreeBlock
-
Constructor Summary
Constructors Modifier Constructor Description CMBlockBufferCustomBlockSource()CMBlockBufferCustomBlockSource(int version, CMBlockBufferCustomBlockSource.Function_AllocateBlock AllocateBlock, CMBlockBufferCustomBlockSource.Function_FreeBlock FreeBlock, org.moe.natj.general.ptr.VoidPtr refCon)protectedCMBlockBufferCustomBlockSource(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CMBlockBufferCustomBlockSource.Function_AllocateBlockAllocateBlock()CMBlockBufferCustomBlockSource.Function_FreeBlockFreeBlock()org.moe.natj.general.ptr.VoidPtrrefCon()voidsetAllocateBlock(CMBlockBufferCustomBlockSource.Function_AllocateBlock value)voidsetFreeBlock(CMBlockBufferCustomBlockSource.Function_FreeBlock value)voidsetRefCon(org.moe.natj.general.ptr.VoidPtr value)voidsetVersion(int value)intversion()
-
-
-
Constructor Detail
-
CMBlockBufferCustomBlockSource
public CMBlockBufferCustomBlockSource()
-
CMBlockBufferCustomBlockSource
protected CMBlockBufferCustomBlockSource(org.moe.natj.general.Pointer peer)
-
CMBlockBufferCustomBlockSource
public CMBlockBufferCustomBlockSource(int version, CMBlockBufferCustomBlockSource.Function_AllocateBlock AllocateBlock, CMBlockBufferCustomBlockSource.Function_FreeBlock FreeBlock, org.moe.natj.general.ptr.VoidPtr refCon)
-
-
Method Detail
-
version
public int version()
-
setVersion
public void setVersion(int value)
-
AllocateBlock
public CMBlockBufferCustomBlockSource.Function_AllocateBlock AllocateBlock()
-
setAllocateBlock
public void setAllocateBlock(CMBlockBufferCustomBlockSource.Function_AllocateBlock value)
-
FreeBlock
public CMBlockBufferCustomBlockSource.Function_FreeBlock FreeBlock()
-
setFreeBlock
public void setFreeBlock(CMBlockBufferCustomBlockSource.Function_FreeBlock value)
-
refCon
public org.moe.natj.general.ptr.VoidPtr refCon()
-
setRefCon
public void setRefCon(org.moe.natj.general.ptr.VoidPtr value)
-
-