Namespace Serenity.SoundMixer.Application.DTO
Classes
SoundMixerApplyEffectLoopInput
Data Transfer Object describing a request to apply a registered SoundMixer effect loop to a
source group/channel at runtime.
Callers express only INTENT: which effect loop, applied to which source group. The service resolves
the Unity exposed-parameter names (source Attenuation, source Send, loop output Attenuation) from the
effect-loop definition's configured routes — no AudioMixer parameter names appear here.
SoundMixerClearEffectLoopInput
Data Transfer Object describing a request to clear (deactivate) a previously applied SoundMixer effect loop from a source group/channel, optionally restoring the captured previous mixer values.
SoundMixerGetVolumeInput
Data Transfer Object for getting volume information from the Sound Mixer Service.
SoundMixerSetVolumeInput
Data Transfer Object for setting volume information in the Sound Mixer Service.