GstPresetInterface.getMeta

struct GstPresetInterface
extern (C)
int function(GstPreset* preset, const(char)* name, const(char)* tag, char** value) getMeta;

Return Value

%TRUE for success, %FALSE if e.g. there is no preset with that @name or no value for the given @tag

Meta