VideoSink
Object Hierarchy:
Description:
[
CCode ( type_id =
"clutter_gst_video_sink_get_type ()" ) ]
[
Version ( since =
"3.0" ) ]
public class VideoSink :
Sink,
ColorBalance,
Navigation
The VideoSink structure contains only private data and should be accessed using the provided API.
Content:
Properties:
Creation methods:
Methods:
Signals:
- public virtual signal void new_frame ()
The sink will emit this signal whenever there are new textures
available for a new frame of the video.
- public virtual signal void new_overlays ()
The sink will emit this signal whenever there are new textures
available for set of overlays on the video.
- public virtual signal void pipeline_ready ()
The sink will emit this signal as soon as it has gathered enough
information from the video to configure a pipeline.
Inherited Members:
All known members inherited from class Gst.Video.Sink
All known members inherited from class Gst.Base.Sink
All known members inherited from class Gst.Element
All known members inherited from class Gst.Object
All known members inherited from class GLib.Object
All known members inherited from interface Gst.Video.ColorBalance
All known members inherited from interface Gst.Video.Navigation