Crosstales.DJ.Demo.GUIPlayRecord Class Reference

Play a record in the UI. More...

Inheritance diagram for Crosstales.DJ.Demo.GUIPlayRecord:

Public Member Functions

void OpenSpotifyUrl ()
 
void OpenLyricsUrl ()
 
void FilterTitle (string filter)
 
void FilterArtist (string filter)
 
void FilterAlbum (string filter)
 
void FilterGenre (string filter)
 

Public Attributes

Crosstales.DJ.SimplePlayer Player
 'SimplePlayer' from the scene. More...
 
Crosstales.DJ.OnRadio.Service.SongArtService Service
 'SongArtService' from the scene. More...
 
bool ShowDetails = true
 Show extra details like playlist time and size. This is a time-costly operation (default: true). More...
 
Color32 PlayColor = new Color32(0, 255, 0, 64)
 The color for the Play-mode. More...
 
int RowLength
 Limit row length for music info. More...
 
Button NextButton
 
Button PreviousButton
 
Button PlayButton
 
Button StopButton
 
Button PauseButton
 
Image MainImage
 
Slider Position
 
Text TagAreaDesc
 
Text TagArea
 
Text TurntableAreaDesc
 
Text TurntableArea
 
Text PlaylistAreaDesc
 
Text PlaylistArea
 
Text ErrorText
 
Image SongIcon
 

Properties

bool isShowDetails [get, set]
 Shows the details (main use is for UI). More...
 

Detailed Description

Play a record in the UI.

Member Data Documentation

◆ PlayColor

Color32 Crosstales.DJ.Demo.GUIPlayRecord.PlayColor = new Color32(0, 255, 0, 64)

The color for the Play-mode.

◆ Player

Crosstales.DJ.SimplePlayer Crosstales.DJ.Demo.GUIPlayRecord.Player

'SimplePlayer' from the scene.

◆ RowLength

int Crosstales.DJ.Demo.GUIPlayRecord.RowLength

Limit row length for music info.

◆ Service

Crosstales.DJ.OnRadio.Service.SongArtService Crosstales.DJ.Demo.GUIPlayRecord.Service

'SongArtService' from the scene.

◆ ShowDetails

bool Crosstales.DJ.Demo.GUIPlayRecord.ShowDetails = true

Show extra details like playlist time and size. This is a time-costly operation (default: true).

Property Documentation

◆ isShowDetails

bool Crosstales.DJ.Demo.GUIPlayRecord.isShowDetails
getset

Shows the details (main use is for UI).


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/DJPro/DJPro/Assets/Plugins/crosstales/DJ/Demos/Scripts/GUIPlayRecord.cs