MusicKit  0.0.0
Public Member Functions
<StreamRecorderDelegate> Protocol Reference

Protocol for a SndStreamInput delegate To come. More...

#import <SndStreamInput.h>

List of all members.

Public Member Functions

(id) - didStartReceivingInput:
 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.
(id) - didFinishReceivingInput:
 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.
(id) - didStartReceivingInput:
 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.
(id) - didFinishReceivingInput:
 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.

Detailed Description

Protocol for a SndStreamInput delegate To come.


Member Function Documentation

- (id) didFinishReceivingInput: (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.

didFinishReceivingInput:sender

Returns:
self
- (id) didFinishReceivingInput: (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.

didFinishReceivingInput:sender

Returns:
self
- (id) didStartReceivingInput: (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.

didStartReceivingInput:sender

Returns:
self.
- (id) didStartReceivingInput: (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.

didStartReceivingInput:sender

Returns:
self.

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