FlutterYtdlpPluginPlatform class abstract
The interface that implementations of flutter_ytdlp_plugin must implement.
- Inheritance
-
- Object
- PlatformInterface
- FlutterYtdlpPluginPlatform
- Implementers
Constructors
- FlutterYtdlpPluginPlatform()
- Constructs a FlutterYtdlpPluginPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkStatus(
String videoId) → Future< Map< String, dynamic> > - Checks the availability status of a YouTube video
-
getAudioStreams(
String videoId, {int bitrate = 320, String? codec}) → Future< List< Map< >String, dynamic> > - Gets audio streams for a YouTube video
-
getMuxededStreams(
String videoId, {int audioBitrate = 320, String videoQuality = '1080p', String? audioCodec, String? videoCodec, bool includeVideo = true, bool includeAudio = true}) → Future< Map< String, dynamic> > - Gets unified streams (video + audio) for a YouTube video
-
getVideoStreams(
String videoId, {String quality = '1080p'}) → Future< List< Map< >String, dynamic> > - Gets video streams for a YouTube video
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterYtdlpPluginPlatform
-
The default instance of FlutterYtdlpPluginPlatform to use.
getter/setter pair