UNPKG

@aidenlx/player

Version:

Headless web components that make integrating media on the a web a breeze.

10 lines 234 B
/** * Indicates the type of media currently loading/loaded. */ export declare enum MediaType { Unknown = "unknown", Audio = "audio", Video = "video", LiveVideo = "live-video" } //# sourceMappingURL=MediaType.d.ts.map