set_url_data


Description:

[ Version ( since = "0.3.0" ) ]
public void set_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 in one go.

Parameters:

this

a Media

url

the media's URL

mime

the url mime type

bitrate

the url bitrate, or -1 to ignore

framerate

media framerate, or -1 to ignore

width

media width, or -1 to ignore

height

media height, or -1 to ignore