Class AudioPlayerStopAllClipsInput
Input data transfer object for stopping all audio clips in the audio player.
Inherited Members
Namespace: Serenity.AudioPlayer.Application.DTO
Assembly: Serenity.AudioPlayer.Application.dll
Syntax
public class AudioPlayerStopAllClipsInput
Constructors
AudioPlayerStopAllClipsInput(string)
Initializes a new instance of the AudioPlayerStopAllClipsInput class.
Declaration
public AudioPlayerStopAllClipsInput(string serviceId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | serviceId | The ID of the service requesting the stop action. |
Fields
ServiceId
Declaration
public string ServiceId
Field Value
| Type | Description |
|---|---|
| string | The ID of the service requesting the stop action. |