NERtc iOS SDK
V4.4.301
|
Options for creating mixing audios 更多...
#import <NERtcEngineBase.h>
构造函数 | |
(BOOL) | - isInvalid |
Checks the validity of the option value. 更多... | |
属性 | |
NSString * | path |
The absolute path or URL address of the music file for playback. 更多... | |
int | loopCount |
The number of loops the mixing audio is played back: 更多... | |
BOOL | sendEnabled |
Specifies whether to send the mixing audio to the remote client. 更多... | |
BOOL | playbackEnabled |
Specifies whether to play back the mixing audio on the local client. 更多... | |
uint32_t | sendVolume |
Indicates the publishing volume of a music file. 更多... | |
uint32_t | playbackVolume |
Indicates the playback volume of a music file. 更多... | |
Options for creating mixing audios
- (BOOL) isInvalid |
Checks the validity of the option value.
|
readwritenonatomicassign |
The number of loops the mixing audio is played back:
1: (default) Plays for one time. ≤ 0: Plays in an infinite loop until stops by calling pauseAudioMixing or stopAudioMixing.
|
readwritenonatomiccopy |
The absolute path or URL address of the music file for playback.
The local absolute path or URL address is also supported.
|
readwritenonatomicassign |
Specifies whether to play back the mixing audio on the local client.
The default value is YES. The local users can hear the mixing audio.
|
readwritenonatomicassign |
Indicates the playback volume of a music file.
Valid values: 0 to 100. The default value is 100, which indicates that the original volume of the file is used.
|
readwritenonatomicassign |
Specifies whether to send the mixing audio to the remote client.
The default value is YES. The remote user can hear the mixing audio after the remote user subscribes to the local audio stream.
|
readwritenonatomicassign |
Indicates the publishing volume of a music file.
Valid values: 0 to 100. The default value is 100, which indicates that the original volume of the file is used.