logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SoundMixerGetVolumeInput

    Data Transfer Object for getting volume information from the Sound Mixer Service.

    Inheritance
    object
    SoundMixerGetVolumeInput
    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 SoundMixerGetVolumeInput

    Constructors

    SoundMixerGetVolumeInput(string)

    Initializes a new instance of the SoundMixerGetVolumeInput class.

    Declaration
    public SoundMixerGetVolumeInput(string id)
    Parameters
    Type Name Description
    string id

    The ID of the sound mixer.

    Fields

    Id

    Declaration
    public string Id
    Field Value
    Type Description
    string

    The ID of the sound mixer.

    In this article
    © 2026 Serenity. All Rights Reserved