Uses of Class
org.robovm.apple.coremedia.CMBlockBufferFlags
| Package | Description |
|---|---|
| org.robovm.apple.coremedia |
-
Uses of CMBlockBufferFlags in org.robovm.apple.coremedia
Fields in org.robovm.apple.coremedia declared as CMBlockBufferFlags Modifier and Type Field Description static CMBlockBufferFlagsCMBlockBufferFlags. AlwaysCopyDatastatic CMBlockBufferFlagsCMBlockBufferFlags. AssureMemoryNowstatic CMBlockBufferFlagsCMBlockBufferFlags. DontOptimizeDepthstatic CMBlockBufferFlagsCMBlockBufferFlags. Nonestatic CMBlockBufferFlagsCMBlockBufferFlags. PermitEmptyReferenceMethods in org.robovm.apple.coremedia that return CMBlockBufferFlags Modifier and Type Method Description protected CMBlockBufferFlags[]CMBlockBufferFlags. _values()static CMBlockBufferFlags[]CMBlockBufferFlags. values()protected CMBlockBufferFlagsCMBlockBufferFlags. wrap(long value, long mask)Methods in org.robovm.apple.coremedia with parameters of type CMBlockBufferFlags Modifier and Type Method Description voidCMBlockBuffer. appendBufferReference(CMBlockBuffer targetBBuf, long offsetToData, long dataLength, CMBlockBufferFlags flags)protected OSStatusCMBlockBuffer. appendBufferReference0(CMBlockBuffer targetBBuf, long offsetToData, long dataLength, CMBlockBufferFlags flags)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(int subBlockCapacity, CMBlockBufferFlags flags)static CMBlockBufferCMBlockBuffer. create(CMBlockBuffer targetBuffer, 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, int subBlockCapacity, CMBlockBufferFlags flags, CMBlockBuffer.CMBlockBufferPtr blockBufferOut)protected static OSStatusCMBlockBuffer. create0(CFAllocator structureAllocator, CMBlockBuffer bufferReference, long offsetToData, long dataLength, CMBlockBufferFlags flags, CMBlockBuffer.CMBlockBufferPtr blockBufferOut)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)