Agora RTC Objective-C API Reference  Refactor
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 
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:3215
AgoraEncodedVideoFrameDelegate-p
Definition: AgoraEncodedVideoFrameDelegate.h:12