Agora RTC Objective-C API Reference  Refactor
AgoraRtcAudioSpectrumDelegate.h
Go to the documentation of this file.
1 //
2 // Copyright (c) 2020 Agora. All rights reserved.
3 //
4 
5 #import <Foundation/Foundation.h>
6 #import "AgoraObjects.h"
7 
8 @protocol AgoraAudioSpectrumDelegate <NSObject>
9 @optional
22 - (BOOL)onLocalAudioSpectrum:(NSArray<NSNumber *> * _Nullable)audioSpectrumData NS_SWIFT_NAME(onLocalAudioSpectrum(_:));
23 
41 - (BOOL)onRemoteAudioSpectrum:(NSArray<AgoraAudioSpectrumInfo *> * _Nullable)AudioSpectrumInfo NS_SWIFT_NAME(onRemoteAudioSpectrum(_:));
42 
43 @end
AgoraAudioSpectrumDelegate-p
Definition: AgoraRtcAudioSpectrumDelegate.h:8
AgoraAudioSpectrumInfo
Definition: AgoraObjects.h:3001
AgoraObjects.h