MediaFile.setFilename
void setFilename(string filename = null)Sets the `GtkMediaFile to play the given file.
This is a utility function that converts the given filename to a gio.file.File and calls gtk.media_file.MediaFile.setFile.
Parameters
filename | name of file to play |