|
AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
Defines API usage errors. More...
Enumerations | |
| enum | Enum { UnlicensedFeature = 9, LibraryNotInitialized = 10, Failed = AVBLOCKS_UNUSED_INT_RANGE, NullPointer, InvalidParams, Alloc, NotImplemented, InvalidOperation, UnsupportedFormat, MissingDependency } |
| AVBlocksError::Enum. More... | |
Defines API usage errors.
These errors are raised when the AVBlocks API is used incorrectly.
| enum Enum |
| Enumerator | |
|---|---|
| UnlicensedFeature |
= 9 |
| LibraryNotInitialized |
= 10<br/> Library is not initialized. |
| Failed |
|
| NullPointer | |
| InvalidParams | |
| Alloc |
|
| NotImplemented | |
| InvalidOperation | |
| UnsupportedFormat | |
| MissingDependency | |