createPlayableMedia

abstract suspend fun createPlayableMedia(source: MediaSource): PlayableMedia?

Attempts to create a PlayableMedia for a given MediaSource

Return

the PlayableMedia associated with source or null if no media could be created1

Parameters

source

the MediaSource for which to create the PlayableMedia