GraphNodesResult

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)

Constructors

Link copied to clipboard
constructor(success: Boolean, error: String?, nodes: List<GraphNode>, graphAudioInputBusCount: UInt, graphAudioOutputBusCount: UInt, graphEventInputBusCount: UInt, graphEventOutputBusCount: UInt)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard