Inherits <NSObject>.
The definition of AgoraSnapshotCallbackDelegate
- Note
- Implement the callback in this protocol in the critical thread. We recommend avoiding any time-consuming operation in the critical thread.
◆ onSnapshotTaken:uid:filePath:width:height:errCode:
- (NSInteger) onSnapshotTaken: |
|
(const NSString *) |
channel |
uid: |
|
(NSInteger) |
uid |
filePath: |
|
(const NSString *) |
filePath |
width: |
|
(NSInteger) |
width |
height: |
|
(NSInteger) |
height |
errCode: |
|
(NSInteger) |
errCode |
|
|
| |
|
required |