|
AVBlocks for C++
1.19
Audio and Video Software Development Kit
|
Common error facilities. More...
Variables | |
| const int32_t | AVBlocks = 5 |
| AVBlocks Error. More... | |
| const int32_t | Codec = 9 |
| Common errors for encoders, decoders, muxers, demuxers and other A/V components. More... | |
| const int32_t | MacMach = 3 |
| MacMach Error. | |
| const int32_t | MacOSStatus = 2 |
| MacOS Status. | |
| const int32_t | Posix = 4 |
| POSIX Error. | |
| const int32_t | Success = 0 |
| No error. More... | |
| const int32_t | Transcoder = 6 |
| Transcoder Error. More... | |
| const int32_t | Windows = 1 |
| Windows OS Error. | |
Common error facilities.
Each facility represents the component that reports the error.
The error facility (ErrorInfo::facility) determines how the error code (ErrorInfo::code) must be interpreted.
| const int32_t AVBlocks = 5 |
AVBlocks Error.
Referenced by primo::avblocks::ErrorFacility::PRIMO_DEPRECATED().
| const int32_t Codec = 9 |
Common errors for encoders, decoders, muxers, demuxers and other A/V components.
Referenced by primo::avblocks::ErrorFacility::PRIMO_DEPRECATED().
| const int32_t Success = 0 |
No error.
The operation is successful.
Referenced by primo::avblocks::ErrorFacility::PRIMO_DEPRECATED().
| const int32_t Transcoder = 6 |
Transcoder Error.
Referenced by primo::avblocks::ErrorFacility::PRIMO_DEPRECATED().