-
Notifications
You must be signed in to change notification settings - Fork 6
SNTXAudioPrepProxy
Ju Liaoyuan edited this page Dec 20, 2022
·
1 revision
Inherits from NSObject
Conforms to SNAudioPreprocessProxy
SNPCMPlayer
TRTCAudioFrameDelegate
Declared in SNTXAudioPrepProxy.h
SNTXAudioPrepProxy.mm
关闭音频预处理
- (void)closeAudioPreprocess
关闭音频预处理
SNAudioPreprocessProxy.h
销毁播放器,再次使用时需要重新初始化
- (void)destroy
销毁播放器,再次使用时需要重新初始化
SNPCMPlayer.h
关闭指定的音频预处理
- (void)disableAudioPreprocess:(id<SNAudioPrepProtocol>)*processor*
关闭指定的音频预处理
SNAudioPreprocessProxy.h
开启音频预处理
- (void)enableAudioPreprocess:(id<SNAudioPrepProtocol>)*processor*
开启音频预处理
SNAudioPreprocessProxy.h
通过该接口,可以获取当前房间内的PCM数据格式
- (SNPCMFormat *)getPCMFormat
通过该接口,可以获取当前房间内的PCM数据格式
SNPCMPlayer.h
PCM 提供方
- (void)setProvider:(id<SNPCMPlayerProvider>)*provider*
PCM 提供方
SNPCMPlayer.h
设置播放音量,默认 30
- (void)setVolume:(int)*volume*
设置播放音量,默认 30
SNPCMPlayer.h
开始播放
- (void)startPlay
开始播放
SNPCMPlayer.h
停止播放
- (void)stopPlay
停止播放
SNPCMPlayer.h
获取播放音量
- (int)volume
获取播放音量
SNPCMPlayer.h
Sona Wiki