cast library Null safety

Classes

AdBreakStatus
CastContext
Class wrapping the global context fot the Cast SDK
CastDevice
CastMessage
FlutterCastFramework
Entrypoint for the Flutter Cast Framework
MediaInfo
MediaLoadRequestData
MediaMetadata
MediaStatus
MediaTrack
RemoteMediaClient
Class for controlling a media player application running on a receiver.
SessionManager
A class that manages Session instances. The application can attach a listeners to be notified of session events.
WebImage

Enums

CastState
The possible casting states.
MediaType
PlayerState
SessionState
State of the session
StreamType
TrackSubtype
TrackType

Typedefs

AdBreakClipProgressListener = void Function(String adBreakId, String adBreakClipId, int progressMs, int durationMs, int whenSkippableMs)
MessageReceivedCallback = void Function(String namespace, String message)
ProgressListener = void Function(int progressMs, int durationMs)