Package-level declarations
Types
Link copied to clipboard
interface BrightcoveNotificationListener
A listener for changes to the notification.
Link copied to clipboard
class MediaNotificationActions(customActionsProvider: MediaNotificationActions.CustomActionsProvider? = null, customCommandHandler: MediaNotificationActions.CustomCommandHandler? = null)
Class for customizing media notification actions and handling custom commands for Android 13+. This allows SDK customers to control what actions are shown in the media notification and how custom commands are handled.
Link copied to clipboard
Plays media using the specified player.
Link copied to clipboard
@Emits(events = [EventType.BUFFERED_UPDATE, EventType.COMPLETED, EventType.DID_SET_SOURCE, EventType.DID_CHANGE_LIST, EventType.DID_PLAY, EventType.DID_INTERRUPT_CONTENT, EventType.DID_RESUME_CONTENT, EventType.DID_PAUSE, EventType.DID_STOP, EventType.DID_SEEK_TO, EventType.DID_SELECT_SOURCE, EventType.ERROR, EventType.PLAY, EventType.PREBUFFER_NEXT_VIDEO, EventType.PROGRESS, EventType.SELECT_SOURCE, EventType.SET_SOURCE, EventType.SET_VIDEO, EventType.SOURCE_NOT_PLAYABLE, EventType.SOURCE_NOT_PLAYABLE, EventType.VIDEO_SIZE_KNOWN, EventType.VIDEO_DURATION_CHANGED, EventType.WILL_CHANGE_VIDEO] )
@ListensFor(events = [EventType.BUFFERED_UPDATE, EventType.COMPLETED, EventType.DID_PLAY, EventType.DID_SET_SOURCE, EventType.ON_FRAME_AVAILABLE, EventType.PLAY, EventType.PAUSE, EventType.PREBUFFER_NEXT_VIDEO, EventType.READY_TO_PLAY, EventType.STOP, EventType.SEEK_TO, EventType.SET_SOURCE, EventType.SET_VOLUME, EventType.VIDEO_DURATION_CHANGED, EventType.WILL_CHANGE_VIDEO, EventType.WILL_INTERRUPT_CONTENT, EventType.WILL_RESUME_CONTENT] )
Link copied to clipboard
interface PlaybackNotification
Manages the notification displayed with a MediaPlayback.
Link copied to clipboard