amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.video / VideoRenderView

VideoRenderView

interface VideoRenderView : VideoSink

VideoRenderView is the type of VideoSink used by the VideoTileController

Inheritors

EglVideoRenderView

EglVideoRenderView is a VideoRenderView which requires EGL initialization to render VideoFrameTextureBuffer buffers. The VideoTileController should automatically manage (init and release) any bound tiles, but if it is desired to use a view outside of the controller (e.g. in pre-meeting device selection), users will need to call init and release themselves

interface EglVideoRenderView : VideoRenderView