Informal protocol for a SndStreamClient delegate.
More...
#import <SndStreamClient.h>
List of all members.
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.
|
(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.
|
Detailed Description
Informal protocol for a SndStreamClient delegate.
To come
Member Function Documentation
Message sent after each buffer has been processed. This is expensive.
- Parameters:
-
Message sent after each buffer has been processed. This is expensive.
- Parameters:
-
Message sent when the client was not ready to accept the next input buffer.
- Parameters:
-
Message sent when the client was not ready to accept the next input buffer.
- Parameters:
-
Message sent when the client was not ready to provide the next outputBuffer.
- Parameters:
-
Message sent when the client was not ready to provide the next outputBuffer.
- Parameters:
-
The documentation for this protocol was generated from the following files: