StormByte C++ Library: Multimedia module 0.0.9999
StormByte-Multimedia is a StormByte library module for parsing configuration files
Loading...
Searching...
No Matches
Classes | Namespaces
exception.hxx File Reference
#include <StormByte/exception.hxx>
#include <StormByte/multimedia/visibility.h>
#include <format>
#include <string>
Include dependency graph for exception.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StormByte::Multimedia::Exception
 Base exception for the Multimedia module. More...
 
class  StormByte::Multimedia::CodecNotFoundException
 Thrown when Registry::FindCodec does not resolve a key. More...
 
class  StormByte::Multimedia::ContainerNotFoundException
 Thrown when Registry::FindContainer does not resolve a key. More...
 
class  StormByte::Multimedia::FileOpenException
 Thrown when File::Open fails (path or buffer). More...
 
class  StormByte::Multimedia::FilePathOpenException
 Thrown when File::Open fails on a filesystem path. More...
 
class  StormByte::Multimedia::FileBufferOpenException
 Thrown when File::Open fails on a Consumer. More...
 
class  StormByte::Multimedia::TranscodeException
 Thrown when Transcode::Open or a configuration call fails. More...
 

Namespaces

namespace  StormByte::Multimedia
 Public multimedia types: codecs, containers, streams and files.
 
namespace  StormByte