Hierarchy (view full)

Constructors

Properties

sampleRate?: number
EVENT_PLAYBACK_FINISHED: "playbackFinished" = 'playbackFinished'
EVENT_PLAYBACK_STARTED: "playbackStarted" = 'playbackStarted'

Accessors

  • get canPause(): boolean
  • Whether this output and all outputs in the chain support pause/resume.

    Returns boolean

Methods

  • Called when playback actually starts (first frame is sent to output). Developers building audio sinks should call this when the first frame is captured.

    Parameters

    • createdAt: number

    Returns void