public final class AVAudioConverterOutputStatus
extends java.lang.Object
These values are returned from convertToBuffer:error:withInputFromBlock:
| Modifier and Type | Field and Description |
|---|---|
static long |
EndOfStream
The end of stream has been reached.
|
static long |
Error
An error occurred.
|
static long |
HaveData
All of the requested data was returned.
|
static long |
InputRanDry
Not enough input was available to satisfy the request at the current time.
|
public static final long HaveData
public static final long InputRanDry
public static final long EndOfStream
public static final long Error