Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SupportedFileFormats

description

supported video format for recording.

example

recording.start('./video.mp4'); recording.start('./video.mov'); recording.start('./video.webm'); recording.start('./video.avi');

Index

Enumeration members

Enumeration members

AVI

AVI: = "avi"

MOV

MOV: = "mov"

MP4

MP4: = "mp4"

WEBM

WEBM: = "webm"

Generated using TypeDoc