Agora RTC Objective-C API Reference  Refactor
AgoraSnapshotCallback.h
Go to the documentation of this file.
1 //
2 // AgoraSnapshot.h
3 // AgoraRtcEngineKit
4 //
5 // Copyright © 2020 Agora. All rights reserved.
6 //
7 
8 #ifndef AgoraSnapshotCallback_h
9 #define AgoraSnapshotCallback_h
10 #import <Foundation/Foundation.h>
15 @protocol AgoraSnapshotCallbackDelegate <NSObject>
16 @required
17 
18 - (NSInteger)onSnapshotTaken:(const NSString*)channel uid:(NSInteger)uid filePath:(const NSString*)filePath width:(NSInteger)width height:(NSInteger)height errCode:(NSInteger)errCode;
19 
20 @end
21 
22 #endif /* AgoraSnapshot_h */
AgoraSnapshotCallbackDelegate-p
Definition: AgoraSnapshotCallback.h:15