video_player library
Classes
- DurationRange
- Describes a discrete segment of time within a video using a start and end Duration.
- VideoPlayerController
- Controls a platform video player, and provides updates when the state is changing.
- VideoPlayerValue
- The duration, current position, buffering state, error state and settings of a VideoPlayerController.
Enums
- DataSourceType
- The way in which the video was originally loaded.
- VideoFormat
- The file format of the given video.
Constants
- MEDIA_ERR_ABORTED → const int
- MEDIA_ERR_DECODE → const int
- MEDIA_ERR_NETWORK → const int
- MEDIA_ERR_SRC_NOT_SUPPORTED → const int