get_url_data_nth
Description:
[ Version ( since = "0.3.0" ) ]
public unowned string get_url_data_nth (uint index, out unowned string mime, out int bitrate, float framerate, int width, int height)
public unowned string get_url_data_nth (uint index, out unowned string mime, out int bitrate, float framerate, int width, int height)
Parameters:
| this |
the media object |
| index |
element to retrieve |
| 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 n-th media's URL and its related properties. |