createVideoView(options?: VideoViewOptions): { key: string; component: any; props: { class: string; part: string; }; children: ({ key: string; component: any; props: ({ visualRect }: NodeContext) => { part: string; class: string; width: any; height: any; }; } | { key: string; component: any; props: VideoViewOptions; if?: undefined; } | { if: { test: () => boolean; then: { key: string; component: any; props: ({ visualRect }: NodeContext) => { part: string; class: string; width: any; height: any; }; }; }; key?: undefined; component?: undefined; props?: undefined; })[]; }

Parameters

options