video_player_hdr library
Classes
- Caption
- A representation of a single caption.
- ClosedCaption
- Widget for displaying closed captions on top of a video.
- ClosedCaptionFile
- A structured representation of a parsed closed caption file.
- DurationRange
- Describes a discrete segment of time within a video using a start and end Duration.
- SubRipCaptionFile
- Represents a ClosedCaptionFile, parsed from the SubRip file format. See: https://en.wikipedia.org/wiki/SubRip
- VideoPlayerHdr
- Widget that displays the video controlled by controller.
- VideoPlayerHdrController
- Controls a platform video player, and provides updates when the state is changing.
- VideoPlayerHdrValue
- The duration, current position, buffering state, error state and settings of a VideoPlayerHdrController.
- VideoPlayerOptions
- VideoPlayerOptions can be optionally used to set additional player settings
- VideoPlayerWebOptions
- VideoPlayerWebOptions can be optionally used to set additional web settings
- VideoPlayerWebOptionsControls
- VideoPlayerWebOptions can be used to set how control options are displayed
- VideoProgressColors
- Used to configure the VideoProgressIndicator widget's colors for how it describes the video's status.
- VideoProgressIndicator
- Displays the play/buffering status of the video controlled by controller.
- VideoScrubber
- A scrubber to control VideoPlayerHdrControllers
- WebVTTCaptionFile
- Represents a ClosedCaptionFile, parsed from the WebVTT file format. See: https://en.wikipedia.org/wiki/WebVTT
Enums
- DataSourceType
- The way in which the video was originally loaded.
- VideoFormat
- The file format of the given video.
- VideoViewType
- The type of video view to be used.
Exceptions / Errors
- HdrVideoError
- Custom error class for video player errors