clickToggleRecording

open fun clickToggleRecording(unused: View)

onClick handler for "record" button.

Ideally we'd grey out the button while in a state of transition, e.g. while the MediaMuxer finishes creating the file, and in the (very brief) period before the SurfaceView's surface is created.