![]() |
![]() |
![]() |
libempathy-gtk Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
EmpathyVideoWidget; GtkWidget * empathy_video_widget_new (GstBus *bus); GtkWidget * empathy_video_widget_new_with_size (GstBus *bus, gint width, gint height); GstElement * empathy_video_widget_get_element (EmpathyVideoWidget *widget); GstPad * empathy_video_widget_get_sink (EmpathyVideoWidget *widget);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkDrawingArea +----EmpathyVideoWidget
"async" gboolean : Read / Write / Construct "gst-bus" GstBus* : Read / Write / Construct Only "gst-element" GstElement* : Read "min-height" gint : Read / Write / Construct Only "min-width" gint : Read / Write / Construct Only "sync" gboolean : Read / Write / Construct
GtkWidget * empathy_video_widget_new_with_size (GstBus *bus, gint width, gint height);
|
|
|
|
|
|
Returns : |
GstElement * empathy_video_widget_get_element (EmpathyVideoWidget *widget);
|
|
Returns : |
GstPad * empathy_video_widget_get_sink (EmpathyVideoWidget *widget);
|
|
Returns : |
"async"
property"async" gboolean : Read / Write / Construct
Whether the underlying sink should be async or not.
Default value: TRUE
"gst-bus"
property"gst-bus" GstBus* : Read / Write / Construct Only
The toplevel bus from the pipeline in which this bin will be added.
"min-height"
property"min-height" gint : Read / Write / Construct Only
Minimal height of the widget.
Allowed values: >= 0
Default value: 240
"min-width"
property"min-width" gint : Read / Write / Construct Only
Minimal width of the widget.
Allowed values: >= 0
Default value: 320
"sync"
property"sync" gboolean : Read / Write / Construct
Whether the underlying sink should be sync or not.
Default value: TRUE