![]() |
Photon Voice
v2.7
|
UnityAudioOut Class Reference
Inherits ISyncAudioOut< float >.
Public Member Functions | |
| UnityAudioOut (AudioSource audioSource) | |
| void | Start (int frequency, int channels, int frameSamples, int playDelayMs) |
| void | Service () |
| void | Push (float[] frame) |
| void | Stop () |
| void | Pause () |
| void | UnPause () |
Public Member Functions inherited from ISyncAudioOut< float > | |
| void | Pause () |
| void | UnPause () |
Public Attributes | |
| const int | FRAME_POOL_CAPACITY = 50 |
Properties | |
| int | Lag [get] |
| int | PlaySamplePos [get, set] |
| bool | IsPlaying [get] |
Properties inherited from ISyncAudioOut< float > | |
| int | PlaySamplePos [get, set] |

Public Member Functions inherited from