GraphAudioBus

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)

Properties

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