YoutubeEngine class
Search & Utility functions for YouTube.
- Inheritance
-
- Object
- SearchEngine
- YoutubeEngine
Constructors
- YoutubeEngine()
- Creates a new YoutubeEngine.
Properties
Methods
-
constructSearchQuery(
Result result) → Future< String> -
Constructs a search query from any Result for ideal response from this Source.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchForTrack(
String query, [int itemCount = 5]) → Future< List< YouTubeResult> > -
Searches YouTube for the given query.
override
-
searchForTrackFromResult(
Result result, [int itemCount = 5, int durationDelta = 15]) → Future< List< YouTubeResult> > -
Superior search function for YouTube.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited