#import <SndStreamRecorder.h>
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. |
To come.
- (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
- (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
- (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
- (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