UnicapgtkVideoFormatSelection

UnicapgtkVideoFormatSelection

Functions

Types and Values

Description

Functions

UNICAPGTK_VIDEO_FORMAT_SELECTION()

#define             UNICAPGTK_VIDEO_FORMAT_SELECTION(obj)

UNICAPGTK_VIDEO_FORMAT_SELECTION_CLASS()

#define             UNICAPGTK_VIDEO_FORMAT_SELECTION_CLASS(klass)

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))

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_get_format ()

unicap_format_t *
unicapgtk_video_format_selection_get_format
                               (UnicapgtkVideoFormatSelection *ugtk);

unicapgtk_video_format_selection_set_device ()

gboolean
unicapgtk_video_format_selection_set_device
                               (UnicapgtkVideoFormatSelection *ugtk,
                                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);

Types and Values

UNICAPGTK_VIDEO_FORMAT_SELECTION_TYPE

#define UNICAPGTK_VIDEO_FORMAT_SELECTION_TYPE            (unicapgtk_video_format_selection_get_type ())

struct UnicapgtkVideoFormatSelection

struct UnicapgtkVideoFormatSelection {
		GtkHBox hbox;
		GtkWidget *fourcc_menu;
		GtkWidget *size_menu;

		unicap_handle_t unicap_handle;
		unicap_device_t device;
		unicap_format_t format;
};