VIVideoRendererView
iOS view that renders a remote video or local camera preview video.
Props
delegate
@property (weak, nullable, nonatomic) delegate
Delegate to handle the renderer view events.
Returns
type:
resizeMode
@property (assign, nonatomic) resizeMode
Video renderer's resize mode.
Returns
type:
Methods
initWithContainerView:
- (instancetype
)initWithContainerView:(UIView *
)containerView
Initializes a renderer view instance.
Parameters
containerView:
UIView *
UIView to which video renderer is added as a subview
Returns
type:
instancetype