configuration of global using. GlobalConfiguration class of setting for encoded frame and hardware accecleartion configuration.
More...
#include <owt/base/globalconfiguration.h>
configuration of global using. GlobalConfiguration class of setting for encoded frame and hardware accecleartion configuration.
◆ SetAEC3Enabled()
static void owt::base::GlobalConfiguration::SetAEC3Enabled |
( |
bool |
enabled | ) |
|
|
inlinestatic |
This function disables/enables auto echo cancellation 3.
When it is enabled, SDK will turn on AEC3 functionality.
- Parameters
-
enabled | AEC3 is enabled or not. |
◆ SetAECEnabled()
static void owt::base::GlobalConfiguration::SetAECEnabled |
( |
bool |
enabled | ) |
|
|
inlinestatic |
This function disables/enables auto echo cancellation.
When it is enabled, SDK will turn on AEC functionality.
- Parameters
-
enabled | AEC is enabled or not. |
◆ SetAGCEnabled()
static void owt::base::GlobalConfiguration::SetAGCEnabled |
( |
bool |
enabled | ) |
|
|
inlinestatic |
This function disables/enables auto gain control.
When it is enabled, SDK will turn on AGC functionality.
- Parameters
-
enabled | AGC is enabled or not. |
◆ SetCustomizedAudioInputEnabled()
static void owt::base::GlobalConfiguration::SetCustomizedAudioInputEnabled |
( |
bool |
enabled, |
|
|
std::unique_ptr< AudioFrameGeneratorInterface > |
audio_frame_generator |
|
) |
| |
|
inlinestatic |
This function sets the audio input to be an instance of AudioFrameGeneratorInterface.
When it is enabled, SDK will not capture audio from mic. This means you cannot create LocalStream other than LocalCustomizedStream.
- Parameters
-
enabled | Customized audio input is enabled or not. |
audio_frame_generator | An implementation which feeds audio frames to SDK. |
◆ SetCustomizedVideoDecoderEnabled()
static void owt::base::GlobalConfiguration::SetCustomizedVideoDecoderEnabled |
( |
std::unique_ptr< VideoDecoderInterface > |
external_video_decoder | ) |
|
|
inlinestatic |
This function sets the customized video decoder to decode the encoded images.
- Parameters
-
◆ SetNSEnabled()
static void owt::base::GlobalConfiguration::SetNSEnabled |
( |
bool |
enabled | ) |
|
|
inlinestatic |
This function disables/enables noise suppression.
When it is enabled, SDK will turn on NS functionality.
- Parameters
-
enabled | NS is enabled or not. |
◆ SetVideoHardwareAccelerationEnabled()
static void owt::base::GlobalConfiguration::SetVideoHardwareAccelerationEnabled |
( |
bool |
enabled | ) |
|
|
inlinestatic |
This function sets hardware acceleration is enabled for video decoding.
- Parameters
-
enabled | Enbale video decoding with hardware acceleration or not. |