media_exception
Module: Exceptions
The base exception class for exceptions originating from the media_engine.
#include <media_engine.h>
Inherits from dolbyio::comms::exception, exception
Inherited by dolbyio::comms::dvc_exception
Public Functions
Name | |
---|---|
~media_exception() The destructor for the media exception. | |
media_exception(std::string && description) The constructor that takes a description of the exception. |
Additional inherited members
Public Functions inherited from dolbyio::comms::exception
Name | |
---|---|
~exception() =default | |
const char * | what() const override Overrides to std::exception that returns a description of the exception. |
exception(const std::string & description) The constructor that takes the description of the exception. |
Protected Attributes inherited from dolbyio::comms::exception
Name | |
---|---|
std::string | fulldescription |
class dolbyio::comms::media_exception;
Public Functions Documentation
function ~media_exception
~media_exception()
The destructor for the media exception.
function media_exception
media_exception(
std::string && description
)
The constructor that takes a description of the exception.
Parameters:
- description The description of the exception.
Updated 3 months ago
Did this page help you?