#import <SndStreamClient.h>
Public Member Functions | |
(id) | - inputBufferSkipped: |
Message sent when the client was not ready to accept the next input buffer. | |
(id) | - outputBufferSkipped: |
Message sent when the client was not ready to provide the next outputBuffer. | |
(id) | - didProcessStreamBuffer: |
Message sent after each buffer has been processed. This is expensive. |
To come
- (id) inputBufferSkipped: | (id) | sender |
Message sent when the client was not ready to accept the next input buffer.
sender | The instance of SndStreamClient sending the message. |
- (id) outputBufferSkipped: | (id) | sender |
Message sent when the client was not ready to provide the next outputBuffer.
sender | The instance of SndStreamClient sending the message. |
- (id) didProcessStreamBuffer: | (id) | sender |
Message sent after each buffer has been processed. This is expensive.
sender | The instance of SndStreamClient sending the message. |