![]() |
![]() |
![]() |
libempathy-gtk Reference Manual | ![]() |
---|---|---|---|---|
EmpathyVideoWidget; #define EMPATHY_VIDEO_WIDGET (obj) #define EMPATHY_VIDEO_WIDGET_CLASS (klass) #define EMPATHY_VIDEO_WIDGET_GET_CLASS (obj) 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
"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
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 : |
"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