gst.preset_mixin

Module for Preset interface mixin

Public Imports

gst.preset_iface_proxy
public import gst.preset_iface_proxy;
Undocumented in source.
gid.gid
public import gid.gid;
Undocumented in source.
gobject.gid_builder
public import gobject.gid_builder;
Undocumented in source.
gst.c.functions
public import gst.c.functions;
Undocumented in source.
gst.c.types
public import gst.c.types;
Undocumented in source.
gst.types
public import gst.types;
Undocumented in source.

Members

Templates

PresetGidBuilderT
template PresetGidBuilderT()

Fluent builder implementation template for gst.preset.Preset

PresetT
template PresetT()

This interface offers methods to query and manipulate parameter preset sets. A preset is a bunch of property settings, together with meta data and a name. The name of a preset serves as key for subsequent method calls to manipulate single presets. All instances of one type will share the list of presets. The list is created on demand, if presets are not used, the list is not created.