Top | ![]() |
![]() |
![]() |
![]() |
GtuberMediaInfo * gtuber_client_fetch_media_info (GtuberClient *client
,const gchar *uri
,GCancellable *cancellable
,GError **error
);
Synchronously obtains media info for requested URI.
void gtuber_client_fetch_media_info_async (GtuberClient *client
,const gchar *uri
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously obtains media info for requested URI.
When the operation is finished, callback
will be called.
You can then call gtuber_client_fetch_media_info_finish()
to
get the result of the operation.
GtuberMediaInfo * gtuber_client_fetch_media_info_finish (GtuberClient *client
,GAsyncResult *res
,GError **error
);
Finishes an asynchronous obtain media info operation started with
gtuber_client_fetch_media_info_async()
.