index library
Classes
- AVMediaPlayer
- The class to create and control AVMediaPlayer instance.
- AVMediaView
- The widget to display video for AVMediaPlayer.
- BufferRange
- This type is used by AVMediaPlayer, for showing current buffer status.
- MediaInfo
- This type is used by AVMediaPlayer, for showing current media info. If duration is 0, it means the media is a live stream
Enums
- PlaybackState
- This type is used by AVMediaPlayer, for showing current playback state.
- SizingMode
- This type is used by AVMediaView, for sizing the video.
Mixins
-
SetStateAsync<
T extends StatefulWidget> - This mixin is used by AVMediaView to avoid setState issues.