Interface

Gst-1.0GstPresetNamespace

interface PresetNamespace {
    $gtype: GType<Gst.Preset>;
    prototype: Gst.Preset;
    get_app_dir(): string;
    set_app_dir(app_dir: string): boolean;
}
Index

Properties

$gtype: GType<Gst.Preset>
prototype: Gst.Preset

Methods

  • Gets the directory for application specific presets if set by the application.

    Returns string

  • Sets an extra directory as an absolute path that should be considered when looking for presets. Any presets in the application dir will shadow the system presets.

    Parameters

    • app_dir: string

      the application specific preset dir

    Returns boolean