这是indexloc提供的服务,不要输入任何密码
Skip to content

getShuffleOrder() in MediaLibrarySession, mediacontroller etc #2635

@pawaom

Description

@pawaom

Recently Media3 introduced getShuffleOrder() , while it can be directly accessed from the Exoplayer using

af6fa9e

val player =
      ExoPlayer.Builder(this)
        .setAudioAttributes(AudioAttributes.DEFAULT, /* handleAudioFocus= */ true)
        .build()
player.shuffleOrder

how can we access it similar to the exoplayer, in MediaLibrarySession, mediacontroller

Like mediaLibrarySession.player.shuffleOrder etc

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions