EdgeVisDecoderSDK::Device Class Reference
Detailed Description
A Device represents a physical device that may provide one or more Encoder instances.
Availability
Available in version 7.4 of Decoder SDK. Requires a server version greater than 7.4
#include <Device.h>
Public Member Functions | |
DB_EDGEVIS_SDK std::wstring | Name () const |
Gets the name of the Device. More... | |
DB_EDGEVIS_SDK std::wstring | UniqueID () const |
Gets the Device's unique identifier. More... | |
DB_EDGEVIS_SDK std::vector< Encoder > | GetEncoders () const |
Gets a list of Encoders that are available on the Device. More... | |
DB_EDGEVIS_SDK Encoder | GetEncoder (const std::wstring &uuid) const |
Gets the Encoder object with the specified UUID. More... | |
Member Function Documentation
DB_EDGEVIS_SDK std::wstring EdgeVisDecoderSDK::Device::Name | ( | ) | const |
DB_EDGEVIS_SDK std::wstring EdgeVisDecoderSDK::Device::UniqueID | ( | ) | const |
DB_EDGEVIS_SDK std::vector<Encoder> EdgeVisDecoderSDK::Device::GetEncoders | ( | ) | const |
DB_EDGEVIS_SDK Encoder EdgeVisDecoderSDK::Device::GetEncoder | ( | const std::wstring & | uuid | ) | const |
The documentation for this class was generated from the following file:
- SDKs/EdgeVisDecoderSDK/Device.h