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.StructBaseMagic 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 trackalbum_name(str): [Read-Only] Name of the album of the currently selected trackalbum_url(str): [Read-Only] URL to the album of the currently selected trackartist_name(str): [Read-Only] Artist name of the currently selected trackartist_url(str): [Read-Only] Artist URL of the currently selected tracktrack_length(Timespan): [Read-Only] Runtime length of the currently selected tracktrack_title(str): [Read-Only] Title of the currently selected track