Agora RTC Objective-C API Reference
Refactor
private
tmp
jenkins
media_sdk_script
rte_sdk
interface
objc
AgoraEncodedVideoFrameDelegate.h
Go to the documentation of this file.
1
//
2
// AgoraRtcEngineKit.h
3
// AgoraRtcEngineKit
4
//
5
// Copyright (c) 2018 Agora. All rights reserved.
6
//
7
8
#import <Foundation/Foundation.h>
9
10
@class
AgoraEncodedVideoFrameInfo
;
11
12
@protocol
AgoraEncodedVideoFrameDelegate
<NSObject>
13
@optional
14
18
- (BOOL)onEncodedVideoFrameReceived:(NSData * _Nonnull )videoData length:(
size_t
)length info:(
AgoraEncodedVideoFrameInfo
* _Nonnull)videoFrameInfo NS_SWIFT_NAME(onEncodedVideoFrameReceived(_:length:info:));
19
@end
AgoraEncodedVideoFrameInfo
Definition:
AgoraObjects.h:3117
AgoraEncodedVideoFrameDelegate-p
Definition:
AgoraEncodedVideoFrameDelegate.h:12
Generated by
1.8.20