Package org.robovm.apple.coremedia
Class CMBlockBufferCustomBlockSource
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<CMBlockBufferCustomBlockSource>
org.robovm.apple.coremedia.CMBlockBufferCustomBlockSource
- All Implemented Interfaces:
Iterable<CMBlockBufferCustomBlockSource>
public class CMBlockBufferCustomBlockSource extends Struct<CMBlockBufferCustomBlockSource>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMBlockBufferCustomBlockSource.CMBlockBufferCustomBlockSourcePtr -
Field Summary
Fields Modifier and Type Field Description static intVersion -
Constructor Summary
Constructors Constructor Description CMBlockBufferCustomBlockSource()CMBlockBufferCustomBlockSource(int version, FunctionPtr AllocateBlock, FunctionPtr FreeBlock, VoidPtr refCon) -
Method Summary
Modifier and Type Method Description FunctionPtrgetAllocateBlock()FunctionPtrgetFreeBlock()VoidPtrgetRefCon()intgetVersion()CMBlockBufferCustomBlockSourcesetAllocateBlock(FunctionPtr AllocateBlock)CMBlockBufferCustomBlockSourcesetFreeBlock(FunctionPtr FreeBlock)CMBlockBufferCustomBlockSourcesetRefCon(VoidPtr refCon)CMBlockBufferCustomBlockSourcesetVersion(int version)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Field Details
-
Version
public static final int Version- See Also:
- Constant Field Values
-
-
Constructor Details
-
CMBlockBufferCustomBlockSource
public CMBlockBufferCustomBlockSource() -
CMBlockBufferCustomBlockSource
public CMBlockBufferCustomBlockSource(int version, FunctionPtr AllocateBlock, FunctionPtr FreeBlock, VoidPtr refCon)
-
-
Method Details
-
getVersion
public int getVersion() -
setVersion
-
getAllocateBlock
-
setAllocateBlock
-
getFreeBlock
-
setFreeBlock
-
getRefCon
-
setRefCon
-