< SndStreamRecorderDelegate > Protocol Reference

Protocol for an SndStreamRecorder delegate. More...

#import <SndStreamRecorder.h>

List of all members.

Public Member Functions

(id) - didStartRecording:
 Message sent to delegate just before the recording thread enters its processBuffers loop, indicating it is waiting for the first buffer to arrive.
(id) - didFinishRecording:
 Message sent to delegate when recording has completed. This is caused by either a user event stopping streaming to disk, or the recording thread reaching the limit of a record-to-memory buffer, and is sent after the final bytes have been delivered to their destination.
(id) - didStartRecording:
 Message sent to delegate just before the recording thread enters its processBuffers loop, indicating it is waiting for the first buffer to arrive.
(id) - didFinishRecording:
 Message sent to delegate when recording has completed.


Detailed Description

Protocol for an SndStreamRecorder delegate.

To come.


Member Function Documentation

- (id) didStartRecording: (id)  sender  

Message sent to delegate just before the recording thread enters its processBuffers loop, indicating it is waiting for the first buffer to arrive.

Protocol method for SndStreamRecorderDelegate

Returns:
self.

- (id) didFinishRecording: (id)  sender  

Message sent to delegate when recording has completed. This is caused by either a user event stopping streaming to disk, or the recording thread reaching the limit of a record-to-memory buffer, and is sent after the final bytes have been delivered to their destination.

Protocol method for SndStreamRecorderDelegate

Returns:
self

- (id) didStartRecording: (id)  sender  

Message sent to delegate just before the recording thread enters its processBuffers loop, indicating it is waiting for the first buffer to arrive.

Protocol method for SndStreamRecorderDelegate

Returns:
self.

- (id) didFinishRecording: (id)  sender  

Message sent to delegate when recording has completed.

This is caused by either a user event stopping streaming to disk, or the recording thread reaching the limit of a record-to-memory buffer, and is sent after the final bytes have been delivered to their destination.

Protocol method for SndStreamRecorderDelegate

Returns:
self


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

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