AlivcLivePusher_Interactive v6.17.0
Aliyun Live Pusher Interactive SDK API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
AliLiveAudioEffectConfig Class Reference

音频音效播放配置 More...

#include "AlivcLivePushDef.h"

Inheritance diagram for AliLiveAudioEffectConfig:

Properties

int loopCycles
 循环次数,可以设置-1(无限循环)或者>0的正整数次,其他值无效,默认值:-1
 
BOOL needPublish
 是否推流,默认值:NO
 
int playoutVolume
 播放音量,取值范围[0-100],默认值:50
 
int publishVolume
 推流音量,取值范围[0-100],默认值:50
 
NSInteger startPosMs
 起播位置,单位:ms,默认值:0
 

Detailed Description

音频音效播放配置

Property Documentation

◆ loopCycles

- (int) loopCycles
readwritenonatomicassign

循环次数,可以设置-1(无限循环)或者>0的正整数次,其他值无效,默认值:-1

◆ needPublish

- (BOOL) needPublish
readwritenonatomicassign

是否推流,默认值:NO

◆ playoutVolume

- (int) playoutVolume
readwritenonatomicassign

播放音量,取值范围[0-100],默认值:50

◆ publishVolume

- (int) publishVolume
readwritenonatomicassign

推流音量,取值范围[0-100],默认值:50

◆ startPosMs

- (NSInteger) startPosMs
readwritenonatomicassign

起播位置,单位:ms,默认值:0


The documentation for this class was generated from the following file: