Amazon Vinyl
    Preparing search index...

    Class PlaybackSourceImpl

    Implements

    Index
    media: HTMLMediaElement
    • get srcObject(): MediaStream | null

      The media element's srcObject.

      Note: while the specification is that srcObject may be MediaStream | MediaSource | Blob, only Safari supports this. Most browsers only support MediaStream.

      Returns MediaStream | null

    • set srcObject(value: MediaStream | null): void

      The media element's srcObject.

      Note: while the specification is that srcObject may be MediaStream | MediaSource | Blob, only Safari supports this. Most browsers only support MediaStream.

      Parameters

      • value: MediaStream | null

      Returns void