@aidenlx/player
Version:
Headless web components that make integrating media on the a web a breeze.
13 lines • 395 B
TypeScript
import { VdsEvent } from '@vidstack/foundation';
import { MediaVolumeChange } from '../events';
export declare type MediaSyncEvents = {
'vds-media-volume-sync': MediaVolumeSyncEvent;
};
/**
* Fired when media volume has been synchronized.
*
* @bubbles
* @composed
*/
export declare type MediaVolumeSyncEvent = VdsEvent<MediaVolumeChange>;
//# sourceMappingURL=media-sync.events.d.ts.map