Details
UNICAPGTK_VIDEO_FORMAT_SELECTION_TYPE
#define UNICAPGTK_VIDEO_FORMAT_SELECTION_TYPE (unicapgtk_video_format_selection_get_type ())
UNICAPGTK_VIDEO_FORMAT_SELECTION()
#define UNICAPGTK_VIDEO_FORMAT_SELECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNICAPGTK_VIDEO_FORMAT_SELECTION_TYPE, UnicapgtkVideoFormatSelection))
UNICAPGTK_VIDEO_FORMAT_SELECTION_CLASS()
#define UNICAPGTK_VIDEO_FORMAT_SELECTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNICAPGTK_VIDEO_FORMAT_SELECTION_TYPE, UnicapgtkVideoFormatSelectionClass))
IS_UNICAPGTK_VIDEO_FORMAT_SELECTION()
#define IS_UNICAPGTK_VIDEO_FORMAT_SELECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNICAPGTK_VIDEO_FORMAT_SELECTION_TYPE))
IS_UNICAPGTK_VIDEO_FORMAT_SELECTION_CLASS()
#define IS_UNICAPGTK_VIDEO_FORMAT_SELECTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNICAPGTK_VIDEO_FORMAT_SELECTION_TYPE))
UnicapgtkVideoFormatSelection
typedef struct {
GtkHBox hbox;
GtkWidget *fourcc_menu;
GtkWidget *size_menu;
unicap_handle_t unicap_handle;
unicap_device_t device;
unicap_format_t format;
} UnicapgtkVideoFormatSelection;
unicapgtk_video_format_selection_get_type ()
GType unicapgtk_video_format_selection_get_type
(void);
unicapgtk_video_format_selection_new ()
GtkWidget* unicapgtk_video_format_selection_new
(void);
unicapgtk_video_format_selection_new_by_handle ()
GtkWidget* unicapgtk_video_format_selection_new_by_handle
(unicap_handle_t handle);
unicapgtk_video_format_selection_new_by_device ()
GtkWidget* unicapgtk_video_format_selection_new_by_device
(unicap_device_t *device_spec);
unicapgtk_video_format_selection_set_handle ()
void unicapgtk_video_format_selection_set_handle
(UnicapgtkVideoFormatSelection *ugtk,
unicap_handle_t handle);
unicapgtk_video_format_selection_get_handle ()
unicap_handle_t unicapgtk_video_format_selection_get_handle
(UnicapgtkVideoFormatSelection *ugtk);