BandwidthConfig.h
Go to the documentation of this file.
64 DB_EDGEVIS_SDK bool GetConnectionProfile(const std::wstring& name, ConnectionProfile& profile) const;
DB_EDGEVIS_SDK bool GetActiveConnectionProfile(ConnectionProfile &profile) const
Get the active connection profile.
DB_EDGEVIS_SDK std::vector< std::wstring > GetConnectionProfileNames() const
Get the list of connection profile names available.
DB_EDGEVIS_SDK bool GetConnectionProfiles(std::vector< ConnectionProfile > &profiles) const
Get the list of available connection profiles.
DB_EDGEVIS_SDK bool GetConnectionProfile(const std::wstring &name, ConnectionProfile &profile) const
Get the specified connection profile.
DB_EDGEVIS_SDK bool SetMinBandwidthPercentage(const int32_t percentage)
Set the minimum bandwidth for the all connection profiles as a percentage of the maximum bandwidth fo...
DB_EDGEVIS_SDK bool SetConnectionProfiles(const std::vector< ConnectionProfile > &profiles)
Get the list of available connection profiles.
DB_EDGEVIS_SDK int32_t GetMinBandwidthPercentage() const
Get the minimum bandwidth for the all connection profiles as a percentage of the maximum bandwidth fo...
Defines the bandwidth configuration to use for an encoder.
Definition: BandwidthConfig.h:41
DB_EDGEVIS_SDK bool SetConnectionProfile(const ConnectionProfile &profile)
Set a connection profile.
Definition: AreaOfInterestConfig.h:32