AVBlocks for C++  2.0
Audio and Video Software Development Kit
primo::avblocks::ErrorFacility Namespace Reference

AVBlocks error facilities. More...

Enumerations

enum  Enum {
  Success = primo::error::ErrorFacility::Success,
  SystemWindows = primo::error::ErrorFacility::Windows,
  SystemMacOSStatus = primo::error::ErrorFacility::MacOSStatus,
  SystemMacMach = primo::error::ErrorFacility::MacMach,
  SystemPosix = primo::error::ErrorFacility::Posix,
  AVBlocks = primo::error::ErrorFacility::AVBlocks,
  Transcoder = primo::error::ErrorFacility::Transcoder,
  Codec = primo::error::ErrorFacility::Codec,
  Demuxer = AVBLOCKS_UNUSED_INT_RANGE,
  Muxer,
  MediaInfo,
  Stream,
  Block
}
 ErrorFacility::Enum. More...
 

Detailed Description

AVBlocks error facilities.

Deprecated:
Replaced by primo::error::ErrorFacility.

Enumeration Type Documentation

enum Enum

ErrorFacility::Enum.

Deprecated:
Please use the constants from primo::error::ErrorFacility instead.
Enumerator
Success 

Not a facility.

This is a special value that indicates a successful operation.

Deprecated:
Replaced by primo::error::ErrorFacility::Success
SystemWindows 

Windows OS.

Deprecated:
Replaced by primo::error::ErrorFacility::Windows
SystemMacOSStatus 

MacOS.

Deprecated:
Replaced by primo::error::ErrorFacility::MacOSStatus
SystemMacMach 

Mach (Mac)

Deprecated:
Replaced by primo::error::ErrorFacility::MacMach
SystemPosix 

POSIX (Linux, Mac)

Deprecated:
Replaced by primo::error::ErrorFacility::Posix
AVBlocks 

AVBlocks.

Deprecated:
Replaced by primo::error::ErrorFacility::AVBlocks
Transcoder 

Transcoder.

Deprecated:
Replaced by primo::error::ErrorFacility::Transcoder
Codec 

Codec.

Deprecated:
Use primo::error::ErrorFacility::Codec
Demuxer 
Deprecated:
Not used anymore.
Muxer 
Deprecated:
Not used anymore.
MediaInfo 
Deprecated:
Not used anymore.
Stream 
Deprecated:
Not used anymore.
Block 
Deprecated:
Not used anymore.