#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | gg::BasicException |
More specific exceptions should extend this class, which provides all basic exception functionality. More... | |
class | gg::DeviceAlreadyConnected |
Thrown in case a connection is attempted to a device that is already connected. More... | |
class | gg::DeviceNotFound |
Thrown if connection attempts by gg::VideoSourceFactory to requested device fail. More... | |
class | gg::DeviceOffline |
Thrown if a connected device is offline, i.e. not returning any frames. More... | |
class | gg::VideoTargetError |
Thrown in case of problems outputting video, e.g. to files. More... | |
class | gg::VideoSourceError |
Thrown in case of errors related to video sources. More... | |
class | gg::ObserverError |
Thrown in case of errors related to connecting video observers to video sources. More... | |
class | gg::NetworkSourceUnavailable |
Thrown in case of problems related to network video sources. More... | |
Namespaces | |
gg | |