Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

didBeginRecordSegment called after didEndRecordSegment #46

Closed
alexeyndru opened this issue Jul 23, 2014 · 1 comment
Closed

didBeginRecordSegment called after didEndRecordSegment #46

alexeyndru opened this issue Jul 23, 2014 · 1 comment

Comments

@alexeyndru
Copy link

I thought "didBeginRecordSegment" was called when segment recording begins. It's actually called after "didEndRecordSegment".

@rFlex
Copy link
Owner

rFlex commented Jul 23, 2014

didBeginRecordSegment is always eventually followed by didEndRecordSegment.
When ending a record segment, the camera will automatically create a new one directly, thus calling didBeginRecordSegment right after the didEndRecordSegment (like the example shows). "pause" must be called on the SCRecorder to stop ask it to stop creating new record segments.

@rFlex rFlex closed this as completed Jul 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants