![]() |
![]() |
![]() |
libunicapgtk Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define UNICAPGTK_VIDEO_FORMAT_SELECTION_TYPE #define UNICAPGTK_VIDEO_FORMAT_SELECTION (obj) #define UNICAPGTK_VIDEO_FORMAT_SELECTION_CLASS(klass) #define IS_UNICAPGTK_VIDEO_FORMAT_SELECTION (obj) #define IS_UNICAPGTK_VIDEO_FORMAT_SELECTION_CLASS(klass) struct UnicapgtkVideoFormatSelection; GType unicapgtk_video_format_selection_get_type (void
); GtkWidget * unicapgtk_video_format_selection_new (void
); GtkWidget * unicapgtk_video_format_selection_new_by_handle (unicap_handle_t handle
); GtkWidget * unicapgtk_video_format_selection_new_by_device (unicap_device_t *device_spec
); unicap_format_t * unicapgtk_video_format_selection_get_format (UnicapgtkVideoFormatSelection *ugtk
); gboolean unicapgtk_video_format_selection_set_device (UnicapgtkVideoFormatSelection *ugtk
,unicap_device_t *device_spec
); void unicapgtk_video_format_selection_set_handle (UnicapgtkVideoFormatSelection *ugtk
,unicap_handle_t handle
); unicap_handle_t unicapgtk_video_format_selection_get_handle (UnicapgtkVideoFormatSelection *ugtk
);
#define UNICAPGTK_VIDEO_FORMAT_SELECTION_TYPE (unicapgtk_video_format_selection_get_type ())
#define IS_UNICAPGTK_VIDEO_FORMAT_SELECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNICAPGTK_VIDEO_FORMAT_SELECTION_TYPE))
#define IS_UNICAPGTK_VIDEO_FORMAT_SELECTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNICAPGTK_VIDEO_FORMAT_SELECTION_TYPE))
struct UnicapgtkVideoFormatSelection { GtkHBox hbox; GtkWidget *fourcc_menu; GtkWidget *size_menu; unicap_handle_t unicap_handle; unicap_device_t device; unicap_format_t format; };
GType unicapgtk_video_format_selection_get_type
(void
);
GtkWidget * unicapgtk_video_format_selection_new_by_handle
(unicap_handle_t handle
);
GtkWidget * unicapgtk_video_format_selection_new_by_device
(unicap_device_t *device_spec
);
unicap_format_t * unicapgtk_video_format_selection_get_format
(UnicapgtkVideoFormatSelection *ugtk
);
gboolean unicapgtk_video_format_selection_set_device (UnicapgtkVideoFormatSelection *ugtk
,unicap_device_t *device_spec
);
void unicapgtk_video_format_selection_set_handle (UnicapgtkVideoFormatSelection *ugtk
,unicap_handle_t handle
);
unicap_handle_t unicapgtk_video_format_selection_get_handle
(UnicapgtkVideoFormatSelection *ugtk
);