EncoderProfile.h
Go to the documentation of this file.
DB_EDGEVIS_SDK AudioProfileInfo GetAudioInfo() const
Gets the audio information from the profile.
The video profile info as used in the EncoderProfile object.
Definition: ProfileTypes.h:94
DB_EDGEVIS_SDK VideoProfileInfo GetVideoInfo() const
Gets the video information from the profile.
DB_EDGEVIS_SDK std::wstring ProfileName() const
Gets the profile's name.
virtual DB_EDGEVIS_SDK std::wstring Name() const
Gets the name of the settings object.
DB_EDGEVIS_SDK BandwidthProfileInfo GetBandwidthInfo() const
Gets the bandwidth information from the profile.
struct VideoProfileInfo VideoProfileInfo
The video profile info as used in the EncoderProfile object.
DB_EDGEVIS_SDK bool SetBandwidthInfo(const BandwidthProfileInfo &bi)
Sets the profile's bandwidth information.
DB_EDGEVIS_SDK bool SetAudioInfo(const AudioProfileInfo &ai)
Sets the profile's audio information.
struct AudioProfileInfo AudioProfileInfo
The audio profile info as used in the EncoderProfile object.
DB_EDGEVIS_SDK std::vector< int32_t > GetAvailableFrameStepValues()
Retrieve a list of valid frame step values for this encoder.
The EncoderProfile interface contains Encoder connection profile settings.
Definition: EncoderProfile.h:53
DB_EDGEVIS_SDK EncoderSettings GetSettings() const
Gets the current Encoder settings.
The audio profile info as used in the EncoderProfile object.
Definition: ProfileTypes.h:50
The EncoderSettings interface provides access to an Encoder's configuration, connection profile and c...
Definition: EncoderSettings.h:93
DB_EDGEVIS_SDK bool SetVideoInfo(const VideoProfileInfo &vi)
Sets the profile's video information.
DB_EDGEVIS_SDK EncoderProfile()
Creates a new EncoderProfile object.
DB_EDGEVIS_SDK std::vector< std::pair< int32_t, int32_t > > GetAvailableFrameSizeValues()
Retrieve a list of valid frame dimensions values for this encoder.
The Bandwidth profile info as used in the EncoderProfile object.
Definition: ProfileTypes.h:23
DB_EDGEVIS_SDK bool SetProfileName(const std::wstring &pn)
Sets the profile's name.
struct BandwidthProfileInfo BandwidthProfileInfo
The Bandwidth profile info as used in the EncoderProfile object.
The EdgeVis Decoder SDK namespace.