Photon Voice
v2.58
Interface for classes that want their Service() function to be called regularly in the context of a LocalVoice. More...
Inherited by BufferReaderPushAdapterBase< T >.
Public Member Functions | |
| void | Service (LocalVoice localVoice) |
| Service function that should be called regularly. More... | |
Interface for classes that want their Service() function to be called regularly in the context of a LocalVoice.
| void Service | ( | LocalVoice | localVoice | ) |
Service function that should be called regularly.
Implemented in BufferReaderPushAdapterAsyncPool< T >, and BufferReaderPushAdapterBase< T >.