cast library Null safety
Classes
- AdBreakClipInfo
- AdBreakStatus
- CastContext
- Class wrapping the global context fot the Cast SDK
- CastDevice
- CastMessage
- FlutterCastFramework
- Entrypoint for the Flutter Cast Framework
- MediaInfo
- MediaLoadRequestData
- MediaMetadata
- MediaQueueItem
- MediaStatus
- MediaTrack
- ProgressInfo
- 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.
- MediaMetadataKey
- MediaType
- PlayerState
- SessionState
- State of the session
- StreamType
- TrackSubtype
- TrackType
Typedefs
- AdBreakClipProgressListener = void Function(String adBreakId, String adBreakClipId, int progressMs, int durationMs, int whenSkippableMs)
- MediaStatusListener = void Function(MediaStatus mediaStatus)
- MessageReceivedCallback = void Function(String namespace, String message)
- ProgressListener = void Function(int progressMs, int durationMs)