VideoPlayerRtmpExtWidget constructor
const
VideoPlayerRtmpExtWidget({
- Key? key,
- Widget? initWidget,
- ViewCreated? viewCreated,
- required IJKPlayerController controller,
- ValueChanged<
VideoPlayerState> ? stateChanged, - ValueChanged<
VideoLoadStatus> ? loadStatusChanged,
Implementation
const VideoPlayerRtmpExtWidget(
{super.key,
this.initWidget,
this.viewCreated,
required this.controller,
this.stateChanged,
this.loadStatusChanged});