Enum RelationshipIssueKind
Category of a detected relationship issue, so the UI can group and act on it.
Namespace: Serenity.SoundMixer.Application.Validation
Assembly: Serenity.SoundMixer.Application.dll
Syntax
public enum RelationshipIssueKind
Fields
| Name | Description |
|---|---|
| ChannelGroupNotInMixer | A Serenity channel points at a mixer group that no longer exists. |
| ChannelMissingGroup | A Serenity channel has no mixer group assigned. |
| EffectLoopGroupMissing | An effect loop's loop group is missing from the mixer. |
| EffectLoopNotRegistered | An effect loop definition is not registered in any UnitySoundMixerSettings. |
| EffectLoopSendNotExposed | An effect loop's Send parameter is not exposed on the mixer. |
| EffectLoopSourceMissing | An effect loop references a source group missing from the mixer. |
| MixerGroupUnconfigured | A mixer group is not used by any Serenity channel. |
| MixerParamNotMapped | The mixer exposes a parameter that Serenity does not map. |
| SettingsParamMissingInMixer | A Serenity exposed-parameter mapping references a parameter the mixer does not expose. |