This interface is a notification sink that is supported by an application.
Member function | Description |
AudioStart | Notifies the application that data has begun flowing into the audio stream. |
AudioStop | Notifies the application that no more data will be coming into the audio stream for an indefinite period of time. |
DataAvailable | Notifies the application that the amount of data in the audio-source object's internal buffer had changed. |
Overflow | Notifies the application that the internal buffer is full and incoming data has been lost. |