Get a percent encoded URI query string from the uri, with query parameters
in the order provided by the keys list. Only parameter keys in the list will
be added to the resulting URI string. This method can be used by retrieving
the keys with gst.uri.Uri.getQueryKeys and then sorting the list, for
example.
Get a percent encoded URI query string from the uri, with query parameters in the order provided by the keys list. Only parameter keys in the list will be added to the resulting URI string. This method can be used by retrieving the keys with gst.uri.Uri.getQueryKeys and then sorting the list, for example.