Video.newForFilename

Creates a gtk.video.Video to play back the given filename.

This is a utility function that calls gtk.video.Video.newForFile, See that function for details.

class Video
static
newForFilename
(
string filename = null
)

Parameters

filename string

filename to play back

Return Value

Type: gtk.video.Video