UNPKG

@rksan/mock-media-devices

Version:

WebAPI window.navigator.mediaDevices のモック

9 lines 420 B
import type * as types from "../../types"; /** * @ref [Instance properties of all media tracks | MDN](https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints#instance_properties_of_all_media_tracks) */ export type MediaTrackConstraintsOfAll = { deviceId?: string | types.ConstrainDOMString; groupId?: string | types.ConstrainDOMString; }; //# sourceMappingURL=MediaTrackConstraintsOfAll.d.ts.map