![]() |
Photon Voice
v2.7
|
IServiceable Interface Reference
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... | |
Detailed Description
Interface for classes that want their Service() function to be called regularly in the context of a LocalVoice.
Member Function Documentation
| void Service | ( | LocalVoice | localVoice | ) |
Service function that should be called regularly.
Implemented in BufferReaderPushAdapterAsyncPoolCopy< T >, BufferReaderPushAdapterAsyncPool< T >, BufferReaderPushAdapter< T >, and BufferReaderPushAdapterBase< T >.
