AgoraVideoFramePosition Constants Reference
Declared in | AgoraEnumerates.h |
---|---|
Availability | v3.4.5 |
AgoraVideoFramePosition
The bit mask of the observation positions. (iOS only)
Definition
typedef NS_ENUM(NSUInteger, AgoraVideoFramePosition ) {
AgoraVideoFramePositionPostCapture = 1 < < 0,
AgoraVideoFramePositionPreRenderer = 1 < < 1,
AgoraVideoFramePositionPreEncoder = 1 < < 2,
};
Constants
AgoraVideoFramePositionPostCapture
-
(Default) The position to observe the video data captured by the local camera, which corresponds to the onCaptureVideoFrame callback.
Declared In
AgoraEnumerates.h
. AgoraVideoFramePositionPreRenderer
-
(Default) The position to observe the incoming remote video data, which corresponds to the onRenderVideoFrame or onRenderVideoFrameEx callback.
Declared In
AgoraEnumerates.h
. AgoraVideoFramePositionPreEncoder
-
The position to observe the local pre-encoded video data, which corresponds to the onPreEncodeVideoFrame callback.
Declared In
AgoraEnumerates.h
.
Availability
v3.4.5
Declared In
AgoraEnumerates.h