Class SoundMixerGetVolumeInput
Data Transfer Object for getting volume information from the Sound Mixer Service.
Inherited Members
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. |