Options
All
  • Public
  • Public/Protected
  • All
Menu

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the Microsoft Live Share SDK License.

Hierarchy

  • IMediaPlayer

Index

Properties

currentSrc: string
currentTime: number
duration: number
ended: boolean
muted: boolean
paused: boolean
playbackRate: number
src: string
volume: number

Methods

  • addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void
  • load(): void
  • pause(): void
  • play(): Promise<void>
  • removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void

Generated using TypeDoc