VideoClient class
Queries related to YouTube videos.
Constructors
- VideoClient(YoutubeHttpClient _httpClient)
- Initializes an instance of VideoClient.
Properties
- closedCaptions → ClosedCaptionClient
-
Queries related to closed captions of YouTube videos.
final
- commentsClient → CommentsClient
-
Queries related to a YouTube video.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- streamsClient → StreamsClient
-
Queries related to media streams of YouTube videos.
final
Methods
-
get(
dynamic videoId, {bool forceWatchPage = false}) → Future< Video> -
Get a Video instance from a
videoId
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited