UNPKG

@googleforcreators/media

Version:

Functionality for creating and working with media resources in the Web Stories editor.

9 lines 293 B
/** * Determines whether a video element has audio tracks. * * @param video Video element. * @return Whether the video has audio or not. */ declare function hasVideoGotAudio(video: HTMLVideoElement): boolean; export default hasVideoGotAudio; //# sourceMappingURL=hasVideoGotAudio.d.ts.map