ClutterGst – clutter-gst-2.0 Reference Manual
Packages
clutter-gst-2.0
ClutterGst
Version
BufferingMode
SeekFlags
Player
VideoSink
VideoTexture
init
init_with_args
player_class_init
ClutterGst
Description:
Content:
Namespaces:
Version
Interfaces:
Player
-
Player
is an opaque structure whose members cannot be directly accessed
Classes:
VideoSink
-
The
VideoSink
structure contains only private data and should be accessed using the provided API.
VideoTexture
Enums:
BufferingMode
-
Different buffering policies clutter-gst supports
SeekFlags
-
Flags that can be given to
set_seek_flags
.
Functions:
public
InitError
init
(
ref
unowned
string
[]? argv)
Utility function to initialize both Clutter and GStreamer.
public
InitError
init_with_args
(
ref
unowned
string
[]? argv,
string
parameter_string,
OptionEntry
[]? entries =
null
,
string
? translation_domain =
null
)
throws
Error
This function does the same work as
init
.
public
void
player_class_init
(
ObjectClass
object_class)