Photon Voice
v2.58
Inherits AudioOutDelayControl< T >.
Inherited by AudioOutEvent< T >.
Public Member Functions | |
| AudioOut (FMODLib.System coreSystem, PlayDelayConfig playDelayConfig, ILogger logger, string logPrefix, bool debugInfo) | |
| override void | OutCreate (int samplingRate, int channels, int bufferSamples) |
| override void | OutStart () |
| override void | OutWrite (T[] frame, int offsetSamples) |
| override void | Stop () |
Protected Attributes | |
| int | channels |
| int | frequency |
Properties | |
| FMODLib.Sound | Sound [get] |
| FMODLib.Channel | Channel [get] |
| override long | OutPos [get] |
| string | Error [get] |