MusicKit  0.0.0
Public Member Functions
<SndStreamClientDelegate> Protocol Reference

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

- (id) didProcessStreamBuffer: (id)  sender

Message sent after each buffer has been processed. This is expensive.

Parameters:
senderThe instance of SndStreamClient sending the message.
- (id) didProcessStreamBuffer: (id)  sender

Message sent after each buffer has been processed. This is expensive.

Parameters:
senderThe instance of SndStreamClient sending the message.
- (id) inputBufferSkipped: (id)  sender

Message sent when the client was not ready to accept the next input buffer.

Parameters:
senderThe instance of SndStreamClient sending the message.
- (id) inputBufferSkipped: (id)  sender

Message sent when the client was not ready to accept the next input buffer.

Parameters:
senderThe instance of SndStreamClient sending the message.
- (id) outputBufferSkipped: (id)  sender

Message sent when the client was not ready to provide the next outputBuffer.

Parameters:
senderThe instance of SndStreamClient sending the message.
- (id) outputBufferSkipped: (id)  sender

Message sent when the client was not ready to provide the next outputBuffer.

Parameters:
senderThe instance of SndStreamClient sending the message.

The documentation for this protocol was generated from the following files: