api/velive_player_observer_api library

Typedefs

EmptyCallbackType = void Function()
OnAudioRenderStallType = void Function(int stallTime)
OnErrorType = void Function(VeLivePlayerError error)
OnFirstAudioFrameRenderType = void Function(bool isFirstFrame)
OnFirstVideoFrameRenderType = void Function(bool isFirstFrame)
OnMainBackupSwitchType = void Function(VeLivePlayerStreamType streamType, VeLivePlayerError? error)
OnPlayerStatusUpdateType = void Function(VeLivePlayerStatus status)
OnReceiveSeiMessageType = void Function(String message)
OnRenderAudioFrameType = void Function(VeLivePlayerAudioFrame audioFrame)
OnRenderVideoFrameType = void Function(VeLivePlayerVideoFrame videoFrame)
OnResolutionSwitchType = void Function(VeLivePlayerResolution resolution, VeLivePlayerError? error, VeLivePlayerResolutionSwitchReason reason)
OnStatisticsType = void Function(VeLivePlayerStatistics statistics)
OnVideoRenderStallType = void Function(int stallTime)