TTVideoPlayerView constructor
TTVideoPlayerView({
- Key? key,
- NativeViewType nativeViewType = NativeViewType.TextureView,
- required OnPlatformViewCreated onPlatformViewCreated,
- RenderType renderType = RenderType.TextureLayer,
Implementation
TTVideoPlayerView(
{super.key,
this.nativeViewType = NativeViewType.TextureView,
required this.onPlatformViewCreated,
this.renderType = RenderType.TextureLayer}) {
initNativeView();
}