YoutubeEngine class

Search & Utility functions for YouTube.

Implemented types

Constructors

YoutubeEngine.new()
Creates a new YoutubeEngine.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Source
The provider source this engine is for.
final

Methods

constructSearchQuery(LazyResult result) Future<String>
Constructs a search query from any LazyResult for ideal response from this Source.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchForTrack(String query, [int itemCount = 7]) Stream<LazyYouTubeResult>
Searches YouTube for the given query.
override
searchForTrackFromResult(LazyResult result, [int itemCount = 8, int durationDelta = 15]) Stream<LazyYouTubeResult>
Superior search function for YouTube.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited