public class OpusError extends Object
OpusError class.
| Modifier and Type | Field and Description |
|---|---|
static int |
OPUS_ALLOC_FAIL
Memory allocation has failed
|
static int |
OPUS_BAD_ARG
One or more invalid/out of range arguments
|
static int |
OPUS_BUFFER_TOO_SMALL
Not enough bytes allocated in the buffer
|
static int |
OPUS_INTERNAL_ERROR
An public error was detected
|
static int |
OPUS_INVALID_PACKET
The compressed data passed is corrupted
|
static int |
OPUS_INVALID_STATE
An encoder or decoder structure is invalid or already freed
|
static int |
OPUS_OK
No error
|
static int |
OPUS_UNIMPLEMENTED
Invalid/unsupported request number
|
| Constructor and Description |
|---|
OpusError() |
public static int OPUS_OK
public static int OPUS_BAD_ARG
public static int OPUS_BUFFER_TOO_SMALL
public static int OPUS_INTERNAL_ERROR
public static int OPUS_INVALID_PACKET
public static int OPUS_UNIMPLEMENTED
public static int OPUS_INVALID_STATE
public static int OPUS_ALLOC_FAIL
Copyright © 2024. All rights reserved.