Uses of Class
org.robovm.apple.coremedia.CMBlockBufferCustomBlockSource
| Package | Description |
|---|---|
| org.robovm.apple.coremedia |
-
Uses of CMBlockBufferCustomBlockSource in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return CMBlockBufferCustomBlockSource Modifier and Type Method Description CMBlockBufferCustomBlockSourceCMBlockBufferCustomBlockSource. setAllocateBlock(FunctionPtr AllocateBlock)CMBlockBufferCustomBlockSourceCMBlockBufferCustomBlockSource. setFreeBlock(FunctionPtr FreeBlock)CMBlockBufferCustomBlockSourceCMBlockBufferCustomBlockSource. setRefCon(VoidPtr refCon)CMBlockBufferCustomBlockSourceCMBlockBufferCustomBlockSource. setVersion(int version)Methods in org.robovm.apple.coremedia with parameters of type CMBlockBufferCustomBlockSource Modifier and Type Method Description voidCMBlockBuffer. appendMemoryBlock(VoidPtr memoryBlock, long blockLength, CFAllocator blockAllocator, CMBlockBufferCustomBlockSource customBlockSource, long offsetToData, long dataLength, CMBlockBufferFlags flags)protected OSStatusCMBlockBuffer. appendMemoryBlock0(VoidPtr memoryBlock, long blockLength, CFAllocator blockAllocator, CMBlockBufferCustomBlockSource customBlockSource, long offsetToData, long dataLength, CMBlockBufferFlags flags)static CMBlockBufferCMBlockBuffer. create(CMBlockBuffer sourceBuffer, CFAllocator blockAllocator, CMBlockBufferCustomBlockSource customBlockSource, long offsetToData, long dataLength, CMBlockBufferFlags flags)static CMBlockBufferCMBlockBuffer. create(VoidPtr memoryBlock, long blockLength, CFAllocator blockAllocator, CMBlockBufferCustomBlockSource customBlockSource, long offsetToData, long dataLength, CMBlockBufferFlags flags)protected static OSStatusCMBlockBuffer. create0(CFAllocator structureAllocator, CMBlockBuffer sourceBuffer, CFAllocator blockAllocator, CMBlockBufferCustomBlockSource customBlockSource, long offsetToData, long dataLength, CMBlockBufferFlags flags, CMBlockBuffer.CMBlockBufferPtr blockBufferOut)protected static OSStatusCMBlockBuffer. create0(CFAllocator structureAllocator, VoidPtr memoryBlock, long blockLength, CFAllocator blockAllocator, CMBlockBufferCustomBlockSource customBlockSource, long offsetToData, long dataLength, CMBlockBufferFlags flags, CMBlockBuffer.CMBlockBufferPtr blockBufferOut)