Photon Voice: ISyncAudioOut< T > Interface Template Reference
From Photon Voice
|
Photon Voice
v2.7
|
ISyncAudioOut< T > Interface Template Reference
Inherits IAudioOut< T >.
Public Member Functions | |
| void | Pause () |
| void | UnPause () |
| void | Start (int frequency, int channels, int frameSamplesPerChannel, int playDelayMs) |
| void | Stop () |
| void | Push (T[] frame) |
| void | Service () |
Properties | |
| int | PlaySamplePos [get, set] |
| bool | IsPlaying [get] |
| int | Lag [get] |