Crosstales.DJ.Model.RecordData Class Reference

Model for an audio record. More...

Public Member Functions

override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Public Attributes

int Channels = 2
 Channels of the audio record. More...
 
int SampleRate = 44100
 Sample rate of the audio record. More...
 
int Samples
 Samples of the audio record. More...
 
string Name
 The name of the audio record. More...
 
string Title
 Title of the audio record. More...
 
string Artist
 Artist of the audio record. More...
 
string Album
 Album of the audio record. More...
 
float Duration
 Duration in seconds of the audio record. More...
 
string Genre
 Genre of the audio record. More...
 
int Year = -1
 Year of the audio record. More...
 
Crosstales.DJ.Model.Enum.AudioFormat Format = Crosstales.DJ.Model.Enum.AudioFormat.ALL
 The audio format of the record. More...
 
long FileSize
 The file size in bytes of the audio record. More...
 
int Bitrate
 Bitrate in kbit/s of the audio data. More...
 
string SpotifyUrl
 Spotify-url for the record. More...
 
string LyricsUrl
 Lyrics-url for the record. More...
 

Detailed Description

Model for an audio record.

Member Data Documentation

◆ Album

string Crosstales.DJ.Model.RecordData.Album

Album of the audio record.

◆ Artist

string Crosstales.DJ.Model.RecordData.Artist

Artist of the audio record.

◆ Bitrate

int Crosstales.DJ.Model.RecordData.Bitrate

Bitrate in kbit/s of the audio data.

◆ Channels

int Crosstales.DJ.Model.RecordData.Channels = 2

Channels of the audio record.

◆ Duration

float Crosstales.DJ.Model.RecordData.Duration

Duration in seconds of the audio record.

◆ FileSize

long Crosstales.DJ.Model.RecordData.FileSize

The file size in bytes of the audio record.

◆ Format

Crosstales.DJ.Model.Enum.AudioFormat Crosstales.DJ.Model.RecordData.Format = Crosstales.DJ.Model.Enum.AudioFormat.ALL

The audio format of the record.

◆ Genre

string Crosstales.DJ.Model.RecordData.Genre

Genre of the audio record.

◆ LyricsUrl

string Crosstales.DJ.Model.RecordData.LyricsUrl

Lyrics-url for the record.

◆ Name

string Crosstales.DJ.Model.RecordData.Name

The name of the audio record.

◆ SampleRate

int Crosstales.DJ.Model.RecordData.SampleRate = 44100

Sample rate of the audio record.

◆ Samples

int Crosstales.DJ.Model.RecordData.Samples

Samples of the audio record.

◆ SpotifyUrl

string Crosstales.DJ.Model.RecordData.SpotifyUrl

Spotify-url for the record.

◆ Title

string Crosstales.DJ.Model.RecordData.Title

Title of the audio record.

◆ Year

int Crosstales.DJ.Model.RecordData.Year = -1

Year of the audio record.


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