MusicKit
0.0.0
|
Protocol for a SndStreamInput delegate To come. More...
#import <SndStreamInput.h>
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. |
Protocol for a SndStreamInput delegate To come.
- (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
- (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
- (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
- (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