Photon Voice v2.53

Public Member Functions | List of all members
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

◆ Service()

void Service ( LocalVoice  localVoice)

Service function that should be called regularly.

Implemented in BufferReaderPushAdapterAsyncPool< T >, and BufferReaderPushAdapterBase< T >.