Interface IAudioPlayer
Namespace: PoeShared.Audio.Services
Assembly: PoeShared.Native.dll
Syntax
public interface IAudioPlayer : IDisposable, INotifyPropertyChanged
Methods
| Name | Description |
|---|---|
| GetDevices() | |
| Play(AudioPlayerRequest, CancellationToken) | |
| Play(byte[], float, CancellationToken) | |
| Play(byte[], CancellationToken) |