Interface IAudioOutputFactory
An abstract factory that creates a concrete IAudioOutput
Namespace: Adrenak.UniVoice
Assembly: cs.temp.dll.dll
Syntax
public interface IAudioOutputFactory
Methods
Create()
Creates an instance of a concrete IAudioOutput class
Declaration
IAudioOutput Create()
Returns
Type | Description |
---|---|
IAudioOutput |