Documentation
Voice Call (Legacy)
API Reference
AgoraVideoEncodedFrame Class Reference
Agora Objective-C API Reference for iOS/macOS
AgoraVideoEncodedFrame Class Reference
Inherits from |
NSObject |
Declared in |
AgoraObjects.h |
Overview
The local encoded video frame. (iOS only)
@property (assign, nonatomic) AgoraVideoCodecType codecType
Declared In
AgoraObjects.h
The width (px) of the video.
@property (assign, nonatomic) NSInteger width
Declared In
AgoraObjects.h
The height (px) of the video.
@property (assign, nonatomic) NSInteger height
Declared In
AgoraObjects.h
@property (assign, nonatomic) void *buffer
Declared In
AgoraObjects.h
The length (in bytes) of the video buffer.
@property (assign, nonatomic) NSUInteger length
Declared In
AgoraObjects.h
@property (assign, nonatomic) AgoraVideoEncodeType frameType
Declared In
AgoraObjects.h
@property (assign, nonatomic) AgoraVideoRotation rotation
Declared In
AgoraObjects.h
The Unix timestamp (ms) when the video frame is rendered. This timestamp
can be used to guide the rendering of the video frame. This parameter is
required.
@property (assign, nonatomic) int64_t renderTimeMs
Declared In
AgoraObjects.h