Search Results
EncoderConfig.h
Go to the documentation of this file.
415 DB_EDGEVIS_SDK bool SetVideoAnalyticsConfig(const int32_t input, const VideoAnalyticsConfig& config);
DB_EDGEVIS_SDK bool SetEdgeRecordingEnabled(bool enabled)
Set edge recording enabled or disabled for the encoder.
DB_EDGEVIS_SDK int32_t VideoInput() const
Gets the current video input.
DB_EDGEVIS_SDK bool SetBandwidthConfig(const BandwidthConfig &bw_cfg)
Set the bandwidth configuration for the encoder.
DB_EDGEVIS_SDK bool SetFilterInfo(const FilterInfo &fi)
Sets the video filter information.
DB_EDGEVIS_SDK bool SetPTZTours(const std::wstring &tours)
Sets the list of available PTZ tours on the encoder.
DB_EDGEVIS_SDK bool PrimaryConnectionInUse()
Gets the status of the primary connection.
DB_EDGEVIS_SDK bool GetAlarmRecording() const
Returns whether or not the encoder is recording due to an alarm action.
DB_EDGEVIS_SDK EncoderConfig()
Creates a new EncoderConfig object.
DB_EDGEVIS_SDK bool SetGPSEnabled(bool enabled)
Sets whether a GPS device is enabled for retrieving location information.
DB_EDGEVIS_SDK std::wstring TimeZoneID() const
Gets the Encoder's timezone ID.
DB_EDGEVIS_SDK std::wstring GetSerialAlarmDevice() const
Retrieve the name of the serial alarm device that is currently configured.
DB_EDGEVIS_SDK bool RelayState() const
Gets the powered state of the relay (if the Encoder has one).
DB_EDGEVIS_SDK bool SerialAlarmDeviceEnabled() const
Gets the enabled state of the serial alarm device.
DB_EDGEVIS_SDK int32_t CameraPower(int32_t camera) const
Gets the powered state of the camera if it is powered from the Encoder (S400 and TriStar Encoders onl...
Class to allow for configuring the streaming characteristics of an Encoder.
Definition: StreamConfig.h:34
DB_EDGEVIS_SDK bool GetEdgeRecordingEnabled() const
Returns if edge recording is enabled for the encoder.
DB_EDGEVIS_SDK bool ArchiveRemotePlaybackEnabled() const
Gets the enabled state of remote archive playback.
DB_EDGEVIS_SDK std::wstring ConnectionProfile() const
Gets the name of the currently active connection profile.
DB_EDGEVIS_SDK AudioInfo GetAudioInfo() const
Gets the audio configuration information.
DB_EDGEVIS_SDK std::wstring CommunicationMethod()
Gets the name of the current communication method Will return a string of the type of communication m...
DB_EDGEVIS_SDK ColourInfo GetColourInfo() const
Gets the video colour information.
Defines the area of interest configuration to use for a video input.
Definition: AreaOfInterestConfig.h:34
virtual std::wstring Name() const
Gets the name of the settings object.
Definition: EncoderConfig.h:672
DB_EDGEVIS_SDK bool SetStaticGPSLocation(const std::wstring &loc)
Sets the Encoder's static GPS location so it can be represented on a map without the need for a GPS d...
DB_EDGEVIS_SDK bool LocalWifiEnabled() const
Gets the enabled state of the local Wifi connection if the Encoder supports it.
DB_EDGEVIS_SDK bool SetStreamConfig(const StreamConfig &stream_cfg)
Set the stream configuration for the encoder.
DB_EDGEVIS_SDK bool GetIridiumConfig(IridiumConfig &result) const
Get the Iridium configuration in use for this encoder.
Contains the structs used in the Encoder settings.
DB_EDGEVIS_SDK bool SetAreaOfInterestConfig(const AreaOfInterestConfig &aoi)
Sets the area of interest configuration information.
DB_EDGEVIS_SDK bool GetBandwidthConfig(BandwidthConfig &bw_cfg) const
Get the bandwidth configuration for the encoder.
DB_EDGEVIS_SDK std::map< int32_t, VideoAnalyticsConfig > GetVideoAnalyticsConfig() const
Get a map of the video analytics configuration for each available input.
DB_EDGEVIS_SDK VideoCodecMode GetCodecMode() const
Gets the current codec mode.
DB_EDGEVIS_SDK LocalWifiDownloadInfo GetLocalWifiDownloadInfo() const
Retrieves the encoder's local Wifi download information.
DB_EDGEVIS_SDK bool SetResumeSleepTime(int64_t resume_sleep_time)
Sets the UTC timestamp at which the encoder will enter sleep.
DB_EDGEVIS_SDK FilterInfo GetFilterInfo() const
Gets the video filter information.
DB_EDGEVIS_SDK std::wstring GetPTZTours()
Gets the list of available PTZ tours for encoders that support the feature.
DB_EDGEVIS_SDK std::wstring StaticGPSLocation() const
Gets the Encoder's static GPS location so it can be represented on a map without the need for a GPS d...
DB_EDGEVIS_SDK std::wstring BackupConnection()
Gets the name of the backup connection set on the Encoder.
DB_EDGEVIS_SDK bool GetGPSEnabled() const
Gets whether a GPS device is enabled for retrieving location information.
Defines the Iridium configuration in use for an encoder.
Definition: IridiumConfig.h:32
DB_EDGEVIS_SDK bool SetReserveIdleStreamBandwidth(const bool reserve_idle)
Set the reserve idle stream bandwidth configuration for the encoder.
DB_EDGEVIS_SDK bool GetReserveIdleStreamBandwidth() const
Get the reserve idle stream bandwidth configuration for the encoder.
DB_EDGEVIS_SDK std::vector< SecureConnectEndpointConfig > GetSecureConnectEndpoints() const
Returns the list of available SecureConnect end points.
DB_EDGEVIS_SDK bool GetRelayState(int8_t index) const
Gets the powered state of the relay with the specified index (if the Encoder has a corresponding rela...
DB_EDGEVIS_SDK bool BackupConnectionInUse()
Gets the status of the backup connection.
DB_EDGEVIS_SDK AreaOfInterestConfig GetAreaOfInterestConfig(const int32_t input) const
Retrieves the encoder's area of interest configuration information.
DB_EDGEVIS_SDK bool SetRelayState(int8_t index, bool powered)
Sets the powered state of the relay with the specified index (if the Encoder has a corresponding rela...
DB_EDGEVIS_SDK std::vector< std::wstring > AvailableProfiles()
Gets the available connection profile names as a list.
The EncoderConfig interface contains the Encoder's global configuration settings. ...
Definition: EncoderConfig.h:69
DB_EDGEVIS_SDK bool CanConfigureVideoAnalytics() const
Determine if this Decoder SDK can configure video analytics on this specific encoder using the GetVid...
DB_EDGEVIS_SDK CameraConfig GetCameraConfig(int32_t input_id) const
Gets the camera configuration information.
Defines the type of analytics that the encoder will use and the configuration for each video input th...
Definition: AnalyticsInfo.h:39
DB_EDGEVIS_SDK bool SetAvailableProfiles(const std::vector< std::wstring > &names)
Sets the new list of available connection profile names.
VideoCodecMode
These are used by the EncoderConfig class to represent the codec modes available. ...
Definition: VideoCodecMode.h:21
DB_EDGEVIS_SDK bool GetAudioOnlyEnabled() const
Gets whether an encoder is in audio only mode.
DB_EDGEVIS_SDK bool SetAnalyticsInfo(const AnalyticsInfo &ai)
Sets the analytics configuration information.
DB_EDGEVIS_SDK int32_t GetVideoAnalyticsVersion() const
Get the version of the currently configured video analytics config.
DB_EDGEVIS_SDK int32_t GetSecureConnectBandwidthPercentage() const
Gets the percentage of the available bandwidth that may be used for Secure Connect.
DB_EDGEVIS_SDK bool SetLocalWifiDownloadEnabled(bool enable)
Sets the enable state of the local Wifi download access point.
DB_EDGEVIS_SDK int64_t GetResumeSleepTime() const
Returns the UTC timestamp at which the encoder will enter sleep.
DB_EDGEVIS_SDK std::wstring PrimaryConnection()
Gets the name of the primary connection set on the Encoder.
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK bool SetColourInfo(const ColourInfo &ci)
Sets the video colour information.
DB_EDGEVIS_SDK bool SetAudioInfo(const AudioInfo &ai)
Sets the audio configuration information.
DB_EDGEVIS_SDK bool SupportsAlarmRecording() const
Returns whether or not the encoder is capable of indicating it is recording due to an alarm action...
Defines the bandwidth configuration to use for an encoder.
Definition: BandwidthConfig.h:41
DB_EDGEVIS_SDK bool SetCodecMode(VideoCodecMode cm)
Sets the codec mode.
DB_EDGEVIS_SDK bool SetVideoAnalyticsConfig(const int32_t input, const VideoAnalyticsConfig &config)
Sets the video analytics configuration.
DB_EDGEVIS_SDK bool GetStreamConfig(StreamConfig &stream_cfg) const
Get the stream configuration for the encoder.