add_url_data
Description:
[ Version ( since = "0.3.0" ) ]
public void add_url_data (string url, string mime, int bitrate, float framerate, int width, int height)
public void add_url_data (string url, string mime, int bitrate, float framerate, int width, int height)
Sets all the keys related with the URL of a media resource and adds it to this (useful for resources with more than one URL).
Parameters:
this |
a Media |
url |
a media's URL |
mime |
th |
bitrate |
the |
framerate |
media framerate, or -1 to ignore |
width |
media width, or -1 to ignore |
height |
media height, or -1 to ignore |