|
IoT SDK for Linux v1.9.7
|
#include <agora_rtc_api.h>
Data Fields | |
| bool | auto_subscribe_audio |
| bool | auto_subscribe_video |
| bool | enable_audio_jitter_buffer |
| bool | enable_audio_mixer |
| bool | enable_audio_decode |
| bool | enable_audio_downlink_aec |
| bool | enable_audio_downlink_aec_pcm_dump |
| audio_codec_option_t | audio_codec_opt |
| crypto_option_t | crypto_opt |
| bool | enable_rdt |
The definition of the rtc_channel_options_t struct.
| audio_codec_option_t audio_codec_opt |
Local audio codec settings for PCM audio sent by agora_rtc_send_audio_data. See audio_codec_option_t.
| bool auto_subscribe_audio |
Whether to subscribe to audio.
| bool auto_subscribe_video |
Whether to subscribe to video.
| crypto_option_t crypto_opt |
Media-stream encryption options. See crypto_option_t.
| bool enable_audio_decode |
Whether to decode received audio.
| bool enable_audio_downlink_aec |
Whether to enable downlink acoustic echo cancellation.
| bool enable_audio_downlink_aec_pcm_dump |
Whether to dump data from the audio processor while downlink acoustic echo cancellation is enabled.
| bool enable_audio_jitter_buffer |
Whether to enable the audio jitter buffer.
| bool enable_audio_mixer |
Whether to enable audio mixing.
| bool enable_rdt |
Whether to enable the RDT transport channel.