Search Results
EncoderSettings.h
Go to the documentation of this file.
234 DB_EDGEVIS_SDK OpResult GenerateProfiles( int32_t bandwidthPercentage, int32_t frameBias, bool useAudio, std::vector< EncoderProfile >& generatedProfiles );
236 DB_EDGEVIS_SDK OpResult GeneratePresetProfiles( ProfilePreset preset, std::vector< EncoderProfile >& generatedProfiles );
269 DB_EDGEVIS_SDK OpResult GetCameraInfo( std::vector< CameraInfo > & result, bool includeVirtual = true );
VideoFrameLayout decribes the content of the frame from a given Encoder input.
Definition: VideoFrameLayout.h:37
DB_EDGEVIS_SDK VideoFrameLayout GetVideoFrameLayout(int32_t input)
Returns the VideoFrameLayout describing the sources used to construct the received YCbCrFrame for the...
The interface to provide callbacks on Encoder settings changes.
Definition: IEncoderSettingsListener.h:38
DB_EDGEVIS_SDK OpResult GetAvailableProfiles(std::vector< EncoderProfile > &result)
Retrieves all available connection profile settings for the Encoder.
DB_EDGEVIS_SDK void RegisterSettingsListener(IEncoderSettingsListener *listener)
Registers the specified encoder settings listener from the set of listeners to be notified about Enco...
DB_EDGEVIS_SDK bool IsProfileValid(const std::wstring &profileName) const
Determines if the cached Encoder connection profile settings are still valid.
DB_EDGEVIS_SDK Encoder GetEncoder() const
Returns the Encoder object that the EncoderSettings object refers to.
DB_EDGEVIS_SDK OpResult GetCameraInfo(std::vector< CameraInfo > &result, bool includeVirtual=true)
Retrieves a list of all CameraInput objects for all active inputs on the Encoder. ...
The EncoderProfile interface contains Encoder connection profile settings.
Definition: EncoderProfile.h:53
DB_EDGEVIS_SDK std::wstring GetCurrentProfileName()
Retrieves the name of the Encoder's current connection profile.
DB_EDGEVIS_SDK bool IsConfigValid()
Determines if the cached Encoder configuration settings are still valid.
The EncoderSettings interface provides access to an Encoder's configuration, connection profile and c...
Definition: EncoderSettings.h:93
An Encoder interface represents an Encoder that is managed by the server.
Definition: Encoder.h:58
The EncoderConfig interface contains the Encoder's global configuration settings. ...
Definition: EncoderConfig.h:69
DB_EDGEVIS_SDK OpResult GetProfile(EncoderProfile &result, const std::wstring &profileName)
Retrieves connection profile settings for the Encoder.
DB_EDGEVIS_SDK void InvalidateAll()
Invalidates all cached settings and settings update sequence numbers.
DB_EDGEVIS_SDK int32_t CameraInputs()
Retrieves the number of camera inputs that the Encoder has available.
The CameraInfo interface contains the settings for a Camera connected to one of the Encoder's camera ...
Definition: CameraInfo.h:43
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK void InvalidateCameraInfo()
Invalidates the currently cached camera input information for the Encoder.
DB_EDGEVIS_SDK OpResult GetCurrentProfile(EncoderProfile &result)
Retrieves the Encoder's current connection profile settings.
DB_EDGEVIS_SDK void InvalidateUpdateSequenceNos()
Invalidates setting update sequence numbers.
DB_EDGEVIS_SDK void InvalidateEncoderProfile(const std::wstring &profileName=L"")
Invalidates the currently cached Encoder connection profile settings.
DB_EDGEVIS_SDK OpResult GetEncoderConfig(EncoderConfig &result)
Retrieves the current Encoder configuration settings.
DB_EDGEVIS_SDK bool IsCameraInfoValid()
Determines if the cached camera input information for the Encoder is valid.
DB_EDGEVIS_SDK void UnregisterSettingsListener(IEncoderSettingsListener *listener)
Removes the specified encoder settings listener from the set of listeners to be notified about Encode...
DB_EDGEVIS_SDK OpResult GetCurrentCameraInfo(CameraInfo &result)
Retrieves the CameraInfo settings for the currently active camera input on the Encoder.
DB_EDGEVIS_SDK void InvalidateEncoderConfig()
Invalidates the currently cached Encoder configuration settings.