Recording

interface Recording

The Recording class is responsible for recording audio and video.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun start()

Initiates the recording process by capturing audio and video content.

Link copied to clipboard
abstract suspend fun stop()

Stops the ongoing recording process.