NERtc iOS SDK
V4.4.301
|
Configures the video canvas. 更多...
#import <NERtcEngineBase.h>
属性 | |
BOOL | useExternalRender |
Specifies whether to use an external renderer. 更多... | |
VIEW_CLASS * | container |
Video window container (SDK internal rendering) 更多... | |
NERtcVideoRenderScaleMode | renderMode |
Video rendering mode 更多... | |
NERtcVideoMirrorMode | mirrorMode |
Video mirror mode. 更多... | |
id< NERtcEngineVideoRenderSink > | externalVideoRender |
External renderer 更多... | |
Configures the video canvas.
|
readwritenonatomicstrong |
Video window container (SDK internal rendering)
|
readwritenonatomicstrong |
External renderer
|
readwritenonatomicassign |
Video mirror mode.
-Local view mirror mode: If you use the front camera, the local view mirror mode is enabled by default. If you use the rear camera, the local view mirror mode is disabled by default. -Remote view mirror mode: By default, the remote view mirror mode is disabled.
|
readwritenonatomicassign |
Video rendering mode
|
readwritenonatomicassign |
Specifies whether to use an external renderer.
The default value is NO. If you want to use an external renderer, you can associate the renderer by calling externalVideoRender with the SDK. if not, you can associate the renderer based on the container with the SDK. Switching between the internal rendering and external rendering during a call is not supported.