Package org.robovm.apple.coremedia
Class CMSimpleQueue
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.coremedia.CMSimpleQueue
- All Implemented Interfaces:
AutoCloseable
public class CMSimpleQueue extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMSimpleQueue.CMSimpleQueuePtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCMSimpleQueue() -
Method Summary
Modifier and Type Method Description static CMSimpleQueuecreate(int capacity)static CMSimpleQueuecreate(CFAllocator allocator, int capacity)protected static OSStatuscreate0(CFAllocator allocator, int capacity, CMSimpleQueue.CMSimpleQueuePtr queueOut)VoidPtrdequeue()voidenqueue(VoidPtr element)protected OSStatusenqueue0(VoidPtr element)intgetCapacity()static longgetClassTypeID()intgetCount()VoidPtrgetHead()voidreset()protected OSStatusreset0()Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CMSimpleQueue
protected CMSimpleQueue()
-
-
Method Details
-
create
- Throws:
OSStatusException- Since:
- Available in iOS 5.0 and later.
-
create
- Throws:
OSStatusException- Since:
- Available in iOS 5.0 and later.
-
enqueue
- Throws:
OSStatusException- Since:
- Available in iOS 5.0 and later.
-
reset
- Throws:
OSStatusException- Since:
- Available in iOS 5.0 and later.
-
getClassTypeID
public static long getClassTypeID() -
create0
protected static OSStatus create0(CFAllocator allocator, int capacity, CMSimpleQueue.CMSimpleQueuePtr queueOut) -
enqueue0
-
dequeue
-
getHead
-
reset0
-
getCapacity
public int getCapacity() -
getCount
public int getCount()
-