UNPKG

gst-kit

Version:

Node.js binding for GStreamer, providing high-level APIs for multimedia streaming and processing

7 lines (6 loc) 249 B
/** * Check if a GStreamer element/plugin is available */ export declare const isPluginAvailable: (elementName: string) => boolean; export declare const arePluginsAvailable: (plugins: string[]) => boolean; export declare const isWindows: boolean;