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< EncoderGetEncoders () 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

Gets the name of the Device.

Returns
Device's name.
DB_EDGEVIS_SDK std::wstring EdgeVisDecoderSDK::Device::UniqueID ( ) const

Gets the Device's unique identifier.

Returns
Device's unique identifier.
DB_EDGEVIS_SDK std::vector<Encoder> EdgeVisDecoderSDK::Device::GetEncoders ( ) const

Gets a list of Encoders that are available on the Device.

Returns
Vector containing Encoder objects representing the encoder instsances available on the physical device.
DB_EDGEVIS_SDK Encoder EdgeVisDecoderSDK::Device::GetEncoder ( const std::wstring &  uuid) const

Gets the Encoder object with the specified UUID.

Parameters
uuidThe UUID of the encoder to search for.
Returns
The Encoder object found. The Encoder object will be invalid if no encoder is found.

The documentation for this class was generated from the following file: