Class SoundMixerSetVolumeInput
Data Transfer Object for setting volume information in the Sound Mixer Service.
Inherited Members
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. |