Video.newForResource

Creates a gtk.video.Video to play back the resource at the given resource_path.

This is a utility function that calls gtk.video.Video.newForFile.

class Video
static
newForResource
(
string resourcePath = null
)

Parameters

resourcePath string

resource path to play back

Return Value

Type: gtk.video.Video