Interface MediaRecorder

Hierarchy

Properties

audioBitsPerSecond: number
mimeType: string
ondataavailable: ((this, ev) => any)

Type declaration

onerror: ((this, ev) => any)

Type declaration

onpause: ((this, ev) => any)

Type declaration

onresume: ((this, ev) => any)

Type declaration

onstart: ((this, ev) => any)

Type declaration

onstop: ((this, ev) => any)

Type declaration

stream: MediaStream
videoBitsPerSecond: number

Methods

  • Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

    MDN Reference

    Parameters

    Returns boolean

  • Parameters

    • Optional timeslice: number

    Returns void