Type Alias: VideoRendererProps
VideoRendererProps:
object
Type declaration
skipRenderOutsideVisibleArea?
optional
skipRenderOutsideVisibleArea:boolean
Whether the video should be rendered if it's off screen or hidden.
style?
optional
style:ViewStyle
trackId
trackId:
TrackId
id of the video track which you want to render.
videoLayout?
optional
videoLayout:VideoLayout
Video layout inside of the component
Default
FILL
Defined in
packages/react-native-client/src/components/VideoRendererView.tsx:8