platform_interface/pigeon_api library
Classes
- BunnyVideoPlayerApi
-
Host-side API. Every method accepts either a bare
playerIdor a request object whoseplayerIdfield identifies the target native player. - BunnyVideoPlayerEventApi
-
Flutter-side event API. Every callback carries the originating player's
playerIdso the DartBunnyVideoControllerregistry can route events to the right controller without ambiguity. - DownloadProgress
- DownloadRequest
- ErrorInfo
- InitializeRequest
- RefreshSignedUrlRequest
- SeekRequest
- SetLoopingRequest
- SetQualityRequest
- SetSpeedRequest
- SetVolumeRequest
- VideoState
Enums
Functions
-
wrapResponse(
{Object? result, PlatformException? error, bool empty = false}) → List< Object?>