Struct
GrlSourceMediaFromUriSpec
Description [src]
struct GrlSourceMediaFromUriSpec {
GrlSource* source;
guint operation_id;
gchar* uri;
GList* keys;
GrlOperationOptions* options;
GrlSourceResolveCb callback;
gpointer user_data;
}
Data transport structure used internally by the plugins which support media_from_uri vmethod.
Structure members
source
A source.
operation_id
Operation identifier.
uri
A URI that can be used to identify a media resource.
keys
Metadata keys to resolve.
options
Options wanted for that operation.
callback
The user defined callback.
user_data
The user data to pass in the callback.