flutter_alilistplayer library

Enums

AliPlayerAudioSesstionType
播放器音频设置选择
AliPlayerViewTypeForAndroid
Android 渲染 View 类型
AVPIpResolveType
IP 解析类型
AVPOption
AVPPropertyKey
获取信息播放器的key
DocTypeForIOS
iOS 沙盒目录类型
EncryptionType
encryptionType
SupportFeatureType
是否支持的功能的类型

Typedefs

AliPlayerViewCreatedCallback = void Function(int viewId)
OnCompletion = void Function(String playerId)
OnError = void Function(int errorCode, String? errorExtra, String? errorMsg, String playerId)
OnEventReportParams = void Function(Map params, String playerId)
OnInfo = void Function(int? infoCode, int? extraValue, String? extraMsg, String playerId)
OnLoadingBegin = void Function(String playerId)
OnLoadingEnd = void Function(String playerId)
OnLoadingProgress = void Function(int percent, double? netSpeed, String playerId)
OnPrepared = void Function(String playerId)
OnRenderingStart = void Function(String playerId)
OnSeekComplete = void Function(String playerId)
OnSeekLiveCompletion = void Function(int playTime, String playerId)
OnSeiData = void Function(int type, String data, String playerId)
OnSnapShot = void Function(String path, String playerId)
OnStateChanged = void Function(int newState, String playerId)
OnSubtitleExtAdded = void Function(int trackIndex, String url, String playerId)
OnSubtitleHeader = void Function(int trackIndex, String head, String playerId)
OnSubtitleHide = void Function(int trackIndex, int subtitleID, String playerId)
OnSubtitleShow = void Function(int trackIndex, int subtitleID, String subtitle, String playerId)
OnThumbnailGetFail = void Function(String playerId)
OnThumbnailGetSuccess = void Function(Uint8List bitmap, Int64List range, String playerId)
OnThumbnailPreparedFail = void Function(String playerId)
OnThumbnailPreparedSuccess = void Function(String playerId)
OnTimeShiftUpdater = void Function(int currentTime, int shiftStartTime, int shiftEndTime, String playerId)
OnTrackChanged = void Function(dynamic value, String playerId)
OnTrackReady = void Function(String playerId)
OnVideoSizeChanged = void Function(int width, int height, int? rotation, String playerId)