ResourceProviderAudioPlayerConfig

class ResourceProviderAudioPlayerConfig(val resourceProvider: ResourceProvider, val timeline: SyncMediaTimelineData, val mediaSessionMetadata: ColibrioMediaSessionMetadata, val mediaCommands: ColibrioMediaCommands)

Used with ColibrioMediaService.createAudioPlayer to create an audio player.

A ResourceProvider will be used to fetch media resources specified in the timeline.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Used for configuring media commands.

Link copied to clipboard

Used for configuring metadata for the media session.

Link copied to clipboard

The ResourceProvider from where the audio player can fetch media resources.

Link copied to clipboard

The SyncMediaTimeline data obtained from SyncMediaTimeline.syncMediaTimelineData.