Video

constructor()

Creates a new empty GtkVideo.

Return

a new GtkVideo


constructor(file: <Error class: unknown class>? = null)

Creates a GtkVideo to play back the given @file.

Return

a new GtkVideo

Parameters

file

a GFile


constructor(filename: String? = null)

Creates a GtkVideo to play back the given @filename.

This is a utility function that calls ctor@Gtk.Video.new_for_file, See that function for details.

Return

a new GtkVideo

Parameters

filename

filename to play back


constructor(stream: MediaStream? = null)

Creates a GtkVideo to play back the given @stream.

Return

a new GtkVideo

Parameters

stream

a GtkMediaStream


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)