Preparing search index...
The search index is not available
prolink-connect
prolink-connect
<internal>
QueryInterface
Class QueryInterface
Hierarchy
QueryInterface
Index
Constructors
constructor
Properties
#conn
#host
Device
#lock
Methods
query
Constructors
constructor
new
Query
Interface
(
conn
:
Connection
, lock
:
Mutex
, hostDevice
:
Device
)
:
QueryInterface
Parameters
conn:
Connection
lock:
Mutex
hostDevice:
Device
Returns
QueryInterface
Properties
Private
#conn
#conn
:
Connection
Private
#host
Device
#host
Device
:
Device
Private
#lock
#lock
:
Mutex
Methods
query
query
<
T
>
(
opts
:
QueryOpts
<
T
>
)
:
Promise
<
Await
<
ReturnType
<
Handler
<
T
>
>
>
>
Make a query to the remote database connection.
Type Parameters
T
extends
MenuPlaylist
|
GetMetadata
|
GetArtwork
|
GetWaveformPreview
|
GetTrackInfo
|
GetGenericMetadata
|
GetCueAndLoops
|
GetBeatGrid
|
GetWaveformDetailed
|
GetAdvCueAndLoops
|
GetWaveformHD
Parameters
opts:
QueryOpts
<
T
>
Returns
Promise
<
Await
<
ReturnType
<
Handler
<
T
>
>
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
prolink-
connect
<internal>
"node:stream/consumers"
"node:stream/promises"
Event
Emitter
Mutex
Interface
Span
Status
internal
finished
pipeline
CDJStatus
Query
Interface
constructor
#conn
#host
Device
#lock
query
Generated using
TypeDoc
Make a query to the remote database connection.