MethodChannelFlutterYtdlpPlugin class
The method channel implementation of FlutterYtdlpPluginPlatform.
- Inheritance
-
- Object
- PlatformInterface
- FlutterYtdlpPluginPlatform
- MethodChannelFlutterYtdlpPlugin
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- 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
override
-
getAudioStreams(
String videoId, {int bitrate = 192, String? codec}) → Future< List< Map< >String, dynamic> > -
Gets audio streams for a YouTube video
override
-
getMuxededStreams(
String videoId, {int audioBitrate = 192, 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
override
-
getVideoStreams(
String videoId, {String quality = '1080p'}) → Future< List< Map< >String, dynamic> > -
Gets video streams for a YouTube video
override
-
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