Interface IAudioPlayerEmitterFactory
Factory interface for creating audio player emitters.
Namespace: Serenity.AudioPlayer.Application.Interfaces
Assembly: Serenity.AudioPlayer.Application.dll
Syntax
public interface IAudioPlayerEmitterFactory
Methods
CreateAudioPlayerEmitter(CreateAudioPlayerEmitterInput)
Creates an audio player emitter based on the provided input data.
Declaration
CreateAudioPlayerEmitterOutput CreateAudioPlayerEmitter(CreateAudioPlayerEmitterInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateAudioPlayerEmitterInput | input | Input data for creating the audio player emitter |
Returns
| Type | Description |
|---|---|
| CreateAudioPlayerEmitterOutput | Output data containing the created audio player emitter |