fork/youtube_explode_dart/src/videos/streams/streams
library
Classes
-
AudioOnlyStreamInfo
-
YouTube media stream that only contains audio.
-
Bitrate
-
Encapsulates bitrate.
-
FileSize
-
Encapsulates file size.
-
Framerate
-
Encapsulates framerate.
-
HlsAudioStreamInfo
-
YouTube media stream that contains both audio and video, in HLS format.
This is not directly downloadable but returns a file with a list of the video fragments urls.
-
HlsMuxedStreamInfo
-
YouTube media stream that contains both audio and video, in HLS format.
This is not directly downloadable but returns a file with a list of the video fragments urls.
-
HlsVideoStreamInfo
-
YouTube media stream that contains both audio and video, in HLS format.
This is not directly downloadable but returns a file with a list of the video fragments urls.
-
MuxedStreamInfo
-
YouTube media stream that contains both audio and video.
-
StreamClient
-
Queries related to media streams of YouTube videos.
-
StreamContainer
-
Stream container.
-
StreamManifest
-
Manifest that contains information about available media streams
in a specific video.
-
VideoOnlyStreamInfo
-
YouTube media stream that only contains video.
-
VideoResolution
-
Width and height of a video.