Method

GrlOperationOptionsset_key_filters

since: 0.2.0

Declaration [src]

gboolean
grl_operation_options_set_key_filters (
  GrlOperationOptions* options,
  ...
)

Description [src]

Set filter as “k1 == v1 AND k2 == v2 AND …”

Elements from album “Frozen” with a bitrate of 256kbs. grl_operation_options_set_key_filters (my_options, GRL_METADATA_KEY_ALBUM, “Frozen”, GRL_METADATA_KEY_BITRATE, 256, NULL);

Available since: 0.2.0

This method is not directly available to language bindings.

The implementation of this method is provided by grl_operation_options_set_key_filter_dictionary() in language bindings

Parameters

...

Type: 

Pairs of GrlKeyID, value.

Return value

Type: gboolean

TRUE on success.