audioplayer library

Classes

AudioPlayer

Constants

NotificationActionCallbackModeMap → const Map<NotificationActionCallbackMode, int>
{NotificationActionCallbackMode.DEFAULT : 0, NotificationActionCallbackMode.CUSTOM : 1}
NotificationActionNameMap → const Map<int, NotificationActionName>
{0 : NotificationActionName.PREVIOUS, 1 : NotificationActionName.NEXT, 2 : NotificationActionName.PLAY, 3 : NotificationActionName.PAUSE, 4 : NotificationActionName.CUSTOM1, 5 : NotificationActionName…
NotificationCustomActionsMap → const Map<NotificationCustomActions, int>
{NotificationCustomActions.DISABLED : 0, NotificationCustomActions.ONE : 1, NotificationCustomActions.TWO : 2}
NotificationDefaultActionsMap → const Map<NotificationDefaultActions, int>
{NotificationDefaultActions.NONE : 0, NotificationDefaultActions.NEXT : 1, NotificationDefaultActions.PREVIOUS : 2, NotificationDefaultActions.ALL : 3}
PlayerStateMap → const Map<int, PlayerState>
{-1 : PlayerState.RELEASED, 0 : PlayerState.STOPPED, 1 : PlayerState.BUFFERING, 2 : PlayerState.PLAYING, 3 : PlayerState.PAUSED, 4 : PlayerState.COMPLETED}
ResultMap → const Map<int, Result>
{0 : Result.ERROR, 1 : Result.FAIL, 2 : Result.SUCCESS}

Enums

PlayerMode
PlayerState
Result