QNRemoteAudioTrackDelegate
Index
Core Methods
        
Core Methods
didGetAudioBuffer
- - (void)remoteAudioTrack:(QNRemoteAudioTrack *)remoteAudioTrack didGetAudioBuffer:(AudioBuffer *)audioBuffer bitsPerSample:(NSUInteger)bitsPerSample sampleRate:(NSUInteger)sampleRate;
 - 
    
远端音频 Track 的数据回调
Parameters- 
        remoteAudioTrack: QNRemoteAudioTrack
远端音频 Track
 - 
        audioBuffer: AudioBuffer
音频数据
 - 
        bitsPerSample: NSUInteger
音频数据位数
 - 
        sampleRate: NSUInteger
音频采样率
 
 - 
        
 
didMuteStateChanged
- - (void)remoteAudioTrack:(QNRemoteAudioTrack *)remoteAudioTrack didMuteStateChanged:(BOOL)isMuted;
 - 
    
远端音频 Track 静默的回调
Parameters- 
        remoteAudioTrack: QNRemoteAudioTrack
远端音频 Track
 - 
        isMuted: BOOL
是否静默
 
 - 
        
 
    文档反馈
    (如有产品使用问题,请 提交工单)