Method

GrlOperationOptionsset_key_range_filter

since: 0.2.0

Declaration [src]

gboolean
grl_operation_options_set_key_range_filter (
  GrlOperationOptions* options,
  ...
)

Description [src]

Set filter as “min1 <= k1 <= max1 AND min2 <= k2 <= max2 AND …”

For non numeric types, the range can be open if some of the minX, maxX values are NULL. Leaving NULL for numeric types leads to underifned behavior.

Album must start with “T” and the bitrate should be 256kbs or greater. grl_operation_options_set_key_range_filters (my_options, GRL_METADATA_KEY_ALBUM, “Ta”, “Tz”, GRL_METADATA_KEY_BITRATE, 256, G_MAXINT, NULL);

Available since: 0.2.0

This method is not directly available to language bindings.

Parameters

...

Type: 

Triplets of GrlKeyID, minvalue, maxvalue.

Return value

Type: gboolean

TRUE on success.