EncoderStatusInfo.h
Go to the documentation of this file.
DB_EDGEVIS_SDK std::wstring Type() const
Gets the type of event.
DB_EDGEVIS_SDK bool GetOnvifEvent(OnvifEvent &onvif_event) const
Convert this encoder event to an ONVIF event.
Contains information relating to Onvif Events.
Definition: OnvifEvent.h:34
DB_EDGEVIS_SDK int64_t TimeStamp() const
Gets the timestamp of the status message.
DB_EDGEVIS_SDK std::wstring DisplayString() const
Returns a display string for the event.
DB_EDGEVIS_SDK std::map< std::wstring, std::wstring > Params() const
Gets the status message's parameters.
DB_EDGEVIS_SDK std::wstring GetParam(const std::wstring &key) const
Gets a parameter value from the set of parameter key-value pairs for the status message.
The EncoderStatusInfo holds information about Encoder status events.
Definition: EncoderStatusInfo.h:152
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK std::vector< std::wstring > ParamKeys() const
Gets the status message's parameter keys.