Graph Audio Bus
data class GraphAudioBus(val name: String, val role: AudioBusRole, val enabled: Boolean, val channelLayoutName: String, val channelCount: UInt)
One audio bus of a graph node — remidy::AudioBusConfiguration.
Constructors
Link copied to clipboard
constructor(name: String, role: AudioBusRole, enabled: Boolean, channelLayoutName: String, channelCount: UInt)