XR8.MediaRecorder
Description
Provides a camera pipeline module that allows you to record a video in MP4 format.
Functions
Function | Description |
---|---|
configure | Configure video recording settings. |
pipelineModule | Creates a pipeline module that records video in MP4 format. |
recordVideo | Start recording. |
requestMicrophone | Enables recording of audio (if not enabled automatically), requesting permissions if needed. |
stopRecording | Stop recording. |
RequestMicOptions | Enum for whether or not to automatically request microphone permissions. |