NERtc Windows SDK V5.6.30
|
#include <nertc_engine_defines.h>
Public 属性 | |
char | path [kNERtcMaxURILength] |
int | loop_count |
bool | send_enabled |
uint32_t | send_volume |
bool | playback_enabled |
uint32_t | playback_volume |
uint64_t | start_timestamp |
NERtcAudioStreamType | send_with_audio_type |
uint32_t | progress_interval |
创建混音的配置项
int nertc::NERtcCreateAudioMixingOption::loop_count |
伴音循环播放的次数:
char nertc::NERtcCreateAudioMixingOption::path[kNERtcMaxURILength] |
待播放的音乐文件路径,支持本地绝对路径或 URL 地址。
bool nertc::NERtcCreateAudioMixingOption::playback_enabled |
是否本地播放伴音。默认为 true,即本地用户可以听到该伴音。
uint32_t nertc::NERtcCreateAudioMixingOption::playback_volume |
音乐文件的播放音量,取值范围为 0~200。默认为 100,表示使用文件的原始音量。
uint32_t nertc::NERtcCreateAudioMixingOption::progress_interval |
伴音播放进度回调间隔,单位 ms,取值范围为 100~10000, 默认 1000ms
bool nertc::NERtcCreateAudioMixingOption::send_enabled |
是否将伴音发送远端,默认为 true,即远端用户订阅本端音频流后可听到该伴音。
uint32_t nertc::NERtcCreateAudioMixingOption::send_volume |
音乐文件的发送音量,取值范围为 0~200。默认为 100,表示使用文件的原始音量。
NERtcAudioStreamType nertc::NERtcCreateAudioMixingOption::send_with_audio_type |
伴音跟随音频主流还是辅流,默认跟随主流。
uint64_t nertc::NERtcCreateAudioMixingOption::start_timestamp |
音乐文件开始播放的时间,UTC 时间戳,即从 1970 年 1 月 1 日 0 点 0 分 0 秒开始到事件发生时的毫秒数。默认值为 0,表示立即播放。