Files
nothoughts/node_modules/pixi.js/lib/assets/detections/parsers/detectMp4.d.ts
2025-08-04 18:57:35 +02:00

7 lines
195 B
TypeScript

import type { FormatDetectionParser } from '../types';
/**
* Detects if the browser supports the MP4 video format.
* @memberof assets
*/
export declare const detectMp4: FormatDetectionParser;