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

#include "AlivcLivePushDef.h"

Inheritance diagram for AlivcLiveBGMConfig:

Properties

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

Property Documentation

◆ loopCycles

- (int) loopCycles
readwritenonatomicassign

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

◆ onlyLocalPlay

- (BOOL) onlyLocalPlay
readwritenonatomicassign

是否只本地播放,默认值:NO

◆ playoutVolume

- (int) playoutVolume
readwritenonatomicassign

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

◆ publishVolume

- (int) publishVolume
readwritenonatomicassign

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

◆ replaceMic

- (BOOL) replaceMic
readwritenonatomicassign

是否替换掉MIC,默认值:NO

◆ startPosMs

- (NSInteger) startPosMs
readwritenonatomicassign

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


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