VideoPlayerRtmpExtWidget constructor

const VideoPlayerRtmpExtWidget({
  1. Key? key,
  2. Widget? initWidget,
  3. ViewCreated? viewCreated,
  4. required IJKPlayerController controller,
  5. ValueChanged<VideoPlayerState>? stateChanged,
  6. ValueChanged<VideoLoadStatus>? loadStatusChanged,
})

Implementation

const VideoPlayerRtmpExtWidget(
    {super.key,
    this.initWidget,
    this.viewCreated,
    required this.controller,
    this.stateChanged,
    this.loadStatusChanged});