Agora RTC Objective-C API Reference
Refactor
rte_sdk
interface
objc
AgoraRtcMediaPlayerAudioFrameDelegate.h
Go to the documentation of this file.
1
//
2
// Copyright (c) 2018 Agora. All rights reserved.
3
//
4
5
#import <Foundation/Foundation.h>
6
#import "
AgoraConstants.h
"
7
#import "
AgoraObjects.h
"
8
#import "
AgoraRtcMediaPlayerProtocol.h
"
9
#import "
AgoraH265TranscoderProtocol.h
"
10
15
@class
AgoraRtcEngineKit
;
16
@class
AgoraMediaRecorder
;
17
18
@protocol
AgoraRtcMediaPlayerAudioFrameDelegate
<NSObject>
19
30
- (void)AgoraRtcMediaPlayer:(
id
<
AgoraRtcMediaPlayerProtocol
> _Nonnull)playerKit
31
didReceiveAudioFrame:(
AgoraAudioFrame
* _Nonnull)audioFrame NS_SWIFT_NAME(AgoraRtcMediaPlayer(_:didReceiveAudioFrame:));
32
33
@end
AgoraRtcEngineKit
Definition:
AgoraRtcEngineKit.h:47
AgoraMediaRecorder
Definition:
AgoraMediaRecorder.h:14
AgoraRtcMediaPlayerProtocol.h
AgoraH265TranscoderProtocol.h
AgoraRtcMediaPlayerProtocol-p
Definition:
AgoraRtcMediaPlayerProtocol.h:24
AgoraAudioFrame
Definition:
AgoraObjects.h:2007
AgoraObjects.h
AgoraConstants.h
AgoraRtcMediaPlayerAudioFrameDelegate-p
Definition:
AgoraRtcMediaPlayerAudioFrameDelegate.h:18
Generated by
1.8.20