unreal.MusicServiceStatus

class unreal.MusicServiceStatus

Bases: unreal.EnumBase

deprecated: ‘MusicServiceStatus’ was renamed to ‘MagicLeapMusicServiceStatus’.

CONTEXT_CHANGED

The music service provider’s context has changed

Type

0

CREATED

The music service provider has successfully been created

Type

1

LOGGED_IN

Client has successfully logged into the connected music service provider

Type

2

LOGGED_OUT

Client has successfully logged out of the connected music service provider

Type

3

NEXT_TRACK

Music service provider has advanced the current track

Type

4

PREVIOUS_TRACK

Music service provider has rewinded the current track

Type

5

TRACK_CHANGED

Music service provider has changed the track

Type

6

UNKNOWN

The current status of the music service provider is not known

Type

7