Crosstales.DJ.Provider.IRecordProviderDB Interface Reference

Interface (with DB) for all record providers. More...

Inheritance diagram for Crosstales.DJ.Provider.IRecordProviderDB:
Crosstales.DJ.Provider.BaseRecordProviderDB Crosstales.DJ.Provider.RecordProviderPath Crosstales.DJ.Provider.RecordProviderPlaylist

Public Member Functions

void SaveDB (string filePath="")
 Saves all audio records from this provider as a DB file. More...
 
void LoadDB (string filePath="")
 Loads all audio records for this provider from a DB file. More...
 
void DeleteDB ()
 Deletes the DB file. More...
 

Properties

bool hasDBFile [get]
 Checks if the provider has a DB-file. More...
 
string DBFilePath [get]
 Path for the DB file. More...
 

Detailed Description

Interface (with DB) for all record providers.

Member Function Documentation

◆ DeleteDB()

void Crosstales.DJ.Provider.IRecordProviderDB.DeleteDB ( )

Deletes the DB file.

Implemented in Crosstales.DJ.Provider.BaseRecordProviderDB.

◆ LoadDB()

void Crosstales.DJ.Provider.IRecordProviderDB.LoadDB ( string  filePath = "")

Loads all audio records for this provider from a DB file.

Parameters
filePathFile path for the DB file (optional).

Implemented in Crosstales.DJ.Provider.BaseRecordProviderDB.

◆ SaveDB()

void Crosstales.DJ.Provider.IRecordProviderDB.SaveDB ( string  filePath = "")

Saves all audio records from this provider as a DB file.

Parameters
filePathFile path for the DB file (optional).

Implemented in Crosstales.DJ.Provider.BaseRecordProviderDB.

Property Documentation

◆ DBFilePath

string Crosstales.DJ.Provider.IRecordProviderDB.DBFilePath
get

Path for the DB file.

◆ hasDBFile

bool Crosstales.DJ.Provider.IRecordProviderDB.hasDBFile
get

Checks if the provider has a DB-file.

Returns
True if the provider has a DB-file.

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