GoogleCastRemoteMediaClientAndroidMethodChannel class

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
mediaStatus GoggleCastMediaStatus?
no setteroverride
mediaStatusStream Stream<GoggleCastMediaStatus?>
no setteroverride
playerPosition Duration
no setteroverride
playerPositionStream Stream<Duration>
no setteroverride
queueHasNextItem bool
no setteroverride
queueHasPreviousItem bool
no setteroverride
queueItems List<GoogleCastQueueItem>
no setteroverride
queueItemsStream Stream<List<GoogleCastQueueItem>>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

loadMedia(GoogleCastMediaInformation mediaInfo, {bool autoPlay = true, Duration playPosition = Duration.zero, double playbackRate = 1.0, List<int>? activeTrackIds, String? credentials, String? credentialsType}) Future<GoogleCastRequest?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<GoogleCastRequest>
override
play() Future<GoogleCastRequest>
override
queueInsertItemAndPlay(GoogleCastQueueItem item, {required int beforeItemWithId}) Future<GoogleCastRequest>
override
queueInsertItems(List<GoogleCastQueueItem> items, {int? beforeItemWithId}) Future<GoogleCastRequest>
override
queueJumpToItemWithId(int itemId) Future<GoogleCastRequest>
override
queueLoadItems(List<GoogleCastQueueItem> queueItems, {GoogleCastQueueLoadOptions? options}) Future<GoogleCastRequest?>
override
queueNextItem() Future<GoogleCastRequest>
override
queuePrevItem() Future<GoogleCastRequest>
override
queueRemoveItemsWithIds(List<int> itemIds) Future<GoogleCastRequest>
override
queueReorderItems({required List<int> itemsIds, required int? beforeItemWithId}) Future<void>
override
seek(GoogleCastMediaSeekOption option) Future<GoogleCastRequest>
override
setActiveTrackIDs(List<int> activeTrackIDs) Future<GoogleCastRequest>
override
setPlaybackRate(double rate) Future<GoogleCastRequest>
override
setTextTrackStyle(TextTrackStyle textTrackStyle) Future<GoogleCastRequest>
override
stop() Future<GoogleCastRequest>
override
toString() String
A string representation of this object.
inherited

Operators

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