video_view library

Classes

VideoController
The interface for creating and controling player instance.
VideoControllerAudioInfo
This type is used by VideoControllerMediaInfo.audioTracks.
VideoControllerBufferRange
This type is used by VideoController.bufferRange.
VideoControllerMediaInfo
This type is used by VideoController.mediaInfo. duration == 0 means the media is realtime stream. audioTracks and subtitleTracks are maps with track id as key.
VideoControllerProperty<T>
This class is used by VideoController to notify listeners when property changes. The value setter is protected, you may see warnings when trying to assign value to it.
VideoControllerSubtitleInfo
This type is used by VideoControllerMediaInfo.subtitleTracks.
VideoView
The widget to display video for VideoController.