Contents

MTLIOPriority.high

Sets a new input/output command queue’s priority to a high priority.

Declaration

case high

Discussion

Create a command queue with a high priority to load important assets or those your app needs quickly. For example, a game that plays sound effects that match its animations can load its audio assets with low latency with a high priority queue.

See Also

I/O command queue priorities