Choose your implementation method:
This struct is used to call EOS_RTCAudio_SetAudioInputSettings.
Properties
EOS_RTCAudio_SetAudioInputSettingsOptions
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_RTCAUDIO_SETAUDIOINPUTSETTINGS_API_LATEST.
|
EOS_ProductUserId LocalUserId
|
The Product User ID of the user trying to request this operation.
|
const char* DeviceId
|
The device Id to be used for this user. Pass NULL or empty string to use default input device.
|
float Volume
|
The volume to be configured for this device (range 0.0 to 100.0).
At the moment, the only value that produce any effect is 0.0 (silence). Any other value is ignored and causes no change to the volume.
|
EOS_Bool bPlatformAEC
|
Enable or disable Platform AEC (Acoustic Echo Cancellation) if available.
|
This struct is used to call {RTCAudioInterface.SetAudioInputSettings}.
Properties
RTCAudio.SetAudioInputSettingsOptions
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_RTCAUDIO_SETAUDIOINPUTSETTINGS_API_LATEST.
|
ProductUserId LocalUserId
|
The Product User ID of the user trying to request this operation.
|
string DeviceId
|
The device Id to be used for this user. Pass NULL or empty string to use default input device.
|
float Volume
|
The volume to be configured for this device (range 0.0 to 100.0).
At the moment, the only value that produce any effect is 0.0 (silence). Any other value is ignored and causes no change to the volume.
|
bool PlatformAEC
|
Enable or disable Platform AEC (Acoustic Echo Cancellation) if available.
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no