logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SoundMixerSetVolumeInput

    Data Transfer Object for setting volume information in the Sound Mixer Service.

    Inheritance
    object
    SoundMixerSetVolumeInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.SoundMixer.Application.DTO
    Assembly: Serenity.SoundMixer.Application.dll
    Syntax
    public class SoundMixerSetVolumeInput

    Constructors

    SoundMixerSetVolumeInput(string, int)

    Initializes a new instance of the SoundMixerSetVolumeInput class.

    Declaration
    public SoundMixerSetVolumeInput(string id, int volume)
    Parameters
    Type Name Description
    string id

    The ID of the sound mixer.

    int volume

    The volume level to set.

    Fields

    Id

    Declaration
    public string Id
    Field Value
    Type Description
    string

    The ID of the sound mixer.

    Volume

    Declaration
    public int Volume
    Field Value
    Type Description
    int

    The volume level to set.

    In this article
    © 2026 Serenity. All Rights Reserved