Device.h
Go to the documentation of this file.
A Device represents a physical device that may provide one or more Encoder instances.
Definition: Device.h:32
DB_EDGEVIS_SDK std::wstring UniqueID() const
Gets the Device's unique identifier.
DB_EDGEVIS_SDK std::vector< Encoder > GetEncoders() const
Gets a list of Encoders that are available on the Device.
An Encoder interface represents an Encoder that is managed by the server.
Definition: Encoder.h:58
DB_EDGEVIS_SDK Encoder GetEncoder(const std::wstring &uuid) const
Gets the Encoder object with the specified UUID.
DB_EDGEVIS_SDK std::wstring Name() const
Gets the name of the Device.
The EdgeVis Decoder SDK namespace.