NERoomCreateAudioEffectOption

data class NERoomCreateAudioEffectOption(path: String, loopCount: Int, sendEnabled: Boolean, sendVolume: Int, playbackEnabled: Boolean, playbackVolume: Int)

Properties

loopCount
Link copied to clipboard
val loopCount: Int
path
Link copied to clipboard
val path: String
playbackEnabled
Link copied to clipboard
val playbackEnabled: Boolean
playbackVolume
Link copied to clipboard
val playbackVolume: Int
sendEnabled
Link copied to clipboard
val sendEnabled: Boolean
sendVolume
Link copied to clipboard
val sendVolume: Int