bmdrm_video_player library

Classes

BmdrmDrawerToggle
BmdrmFullscreenController
BmdrmPlayerError
A playback failure, with a message meant for a viewer.
BmdrmVideoPlayer
BmdrmVideoQuality
One video rendition of the stream that is currently playing.
VideoPlayerController

Enums

BmdrmErrorKind
What went wrong, in terms a viewer can act on.

Typedefs

BmdrmErrorBuilder = Widget Function(BuildContext context, BmdrmPlayerError error, VoidCallback retry)
Builds what the player shows in place of the video when playback fails.
BmdrmFullscreenDrawerBuilder = Widget Function(BuildContext context, BmdrmFullscreenController controller)