< 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.


Detailed Description

Informal protocol for a SndStreamClient delegate.

To come


Member Function Documentation

- (id) inputBufferSkipped: (id)  sender  

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

Parameters:
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.

Parameters:
sender The instance of SndStreamClient sending the message.

- (id) didProcessStreamBuffer: (id)  sender  

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

Parameters:
sender The instance of SndStreamClient sending the message.


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

Generated on Sat Dec 5 17:01:16 2009 for MusicKit by  doxygen 1.5.6