unreal.MagicLeapMusicServiceTrackMetadata

class unreal.MagicLeapMusicServiceTrackMetadata(track_title='', album_name='', album_url='', album_cover_url='', artist_name='', artist_url='', track_length=[0, 0, 0, 0, 0])

Bases: unreal.StructBase

Magic Leap Music Service Track Metadata

C++ Source:

  • Plugin: MagicLeapMusicService

  • Module: MagicLeapMusicService

  • File: MagicLeapMusicServiceTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • album_cover_url (str): [Read-Only] URL to the album cover of the currently selected track

  • album_name (str): [Read-Only] Name of the album of the currently selected track

  • album_url (str): [Read-Only] URL to the album of the currently selected track

  • artist_name (str): [Read-Only] Artist name of the currently selected track

  • artist_url (str): [Read-Only] Artist URL of the currently selected track

  • track_length (Timespan): [Read-Only] Runtime length of the currently selected track

  • track_title (str): [Read-Only] Title of the currently selected track

property album_cover_url

[Read-Only] URL to the album cover of the currently selected track

Type

(str)

property album_name

[Read-Only] Name of the album of the currently selected track

Type

(str)

property album_url

[Read-Only] URL to the album of the currently selected track

Type

(str)

property artist_name

[Read-Only] Artist name of the currently selected track

Type

(str)

property artist_url

[Read-Only] Artist URL of the currently selected track

Type

(str)

property track_length

[Read-Only] Runtime length of the currently selected track

Type

(Timespan)

property track_title

[Read-Only] Title of the currently selected track

Type

(str)