uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
GraphNodesResult
Graph
Nodes
Result
data
class
GraphNodesResult
(
val
success
:
Boolean
,
val
error
:
String
?
,
val
nodes
:
List
<
GraphNode
>
,
val
graphAudioInputBusCount
:
UInt
,
val
graphAudioOutputBusCount
:
UInt
,
val
graphEventInputBusCount
:
UInt
,
val
graphEventOutputBusCount
:
UInt
)
Members
Constructors
Graph
Nodes
Result
Link copied to clipboard
constructor
(
success
:
Boolean
,
error
:
String
?
,
nodes
:
List
<
GraphNode
>
,
graphAudioInputBusCount
:
UInt
,
graphAudioOutputBusCount
:
UInt
,
graphEventInputBusCount
:
UInt
,
graphEventOutputBusCount
:
UInt
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
error
Link copied to clipboard
val
error
:
String
?
graph
Audio
Input
Bus
Count
Link copied to clipboard
val
graphAudioInputBusCount
:
UInt
graph
Audio
Output
Bus
Count
Link copied to clipboard
val
graphAudioOutputBusCount
:
UInt
graph
Event
Input
Bus
Count
Link copied to clipboard
val
graphEventInputBusCount
:
UInt
graph
Event
Output
Bus
Count
Link copied to clipboard
val
graphEventOutputBusCount
:
UInt
nodes
Link copied to clipboard
val
nodes
:
List
<
GraphNode
>
success
Link copied to clipboard
val
success
:
Boolean