MusicKit  0.0.0
Public Member Functions
<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.
(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.


Member Function Documentation

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

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