get_url_data
Description:
[ Version ( since = "0.3.0" ) ]
public unowned string get_url_data (out unowned string mime, out int bitrate, float framerate, int width, int height)
public unowned string get_url_data (out unowned string mime, out int bitrate, float framerate, int width, int height)
Parameters:
this |
the media object |
mime |
the mime-type, or null to ignore. |
bitrate |
the url bitrate, or null to ignore |
framerate |
the url framerate, or null to ignore |
width |
the url width, or null to ignore |
height |
the url height, or null to ignore |
Returns:
the media's URL and its related properties. |