OpenShot Library | libopenshot  0.3.2
Classes | Namespaces | Macros
Exceptions.h File Reference

Header file for all Exception classes. More...

#include <string>
#include <cstring>
Include dependency graph for Exceptions.h:

Go to the source code of this file.

Classes

class  openshot::ChunkNotFound
 Exception when a required chunk is missing. More...
 
class  openshot::DecklinkError
 Exception when accessing a blackmagic decklink card. More...
 
class  openshot::ErrorDecodingAudio
 Exception when decoding audio packet. More...
 
class  openshot::ErrorEncodingAudio
 Exception when encoding audio packet. More...
 
class  openshot::ErrorEncodingVideo
 Exception when encoding audio packet. More...
 
class  openshot::ExceptionBase
 Base exception class with a custom message variable. More...
 
class  openshot::FileExceptionBase
 
class  openshot::FrameExceptionBase
 
class  openshot::InvalidChannels
 Exception when an invalid # of audio channels are detected. More...
 
class  openshot::InvalidCodec
 Exception when no valid codec is found for a file. More...
 
class  openshot::InvalidFile
 Exception for files that can not be found or opened. More...
 
class  openshot::InvalidFormat
 Exception when no valid format is found for a file. More...
 
class  openshot::InvalidJSON
 Exception for invalid JSON. More...
 
class  openshot::InvalidJSONKey
 Exception for missing JSON Change key. More...
 
class  openshot::InvalidOptions
 Exception when invalid encoding options are used. More...
 
class  openshot::InvalidSampleRate
 Exception when invalid sample rate is detected during encoding. More...
 
class  openshot::NoStreamsFound
 Exception when no streams are found in the file. More...
 
class  openshot::OutOfBoundsFrame
 Exception for frames that are out of bounds. More...
 
class  openshot::OutOfBoundsPoint
 Exception for an out of bounds key-frame point. More...
 
class  openshot::OutOfMemory
 Exception when memory could not be allocated. More...
 
class  openshot::ReaderClosed
 Exception when a reader is closed, and a frame is requested. More...
 
class  openshot::ResampleError
 Exception when resample fails. More...
 
class  openshot::TooManySeeks
 Exception when too many seek attempts happen. More...
 
class  openshot::WriterClosed
 Exception when a writer is closed, and a frame is requested. More...
 

Namespaces

 openshot
 This namespace is the default namespace for all code in the openshot library.
 

Macros

#define TMS_DEP_MSG   "The library no longer throws this exception. It will be removed in a future release."
 

Detailed Description

Header file for all Exception classes.

Author
Jonathan Thomas jonat.nosp@m.han@.nosp@m.opens.nosp@m.hot..nosp@m.org

License

Definition in file Exceptions.h.

Macro Definition Documentation

◆ TMS_DEP_MSG

#define TMS_DEP_MSG   "The library no longer throws this exception. It will be removed in a future release."

Definition at line 392 of file Exceptions.h.