gstvaapivalue

gstvaapivalue — GValue implementations specific to VA-API

Synopsis

#define             GST_VAAPI_TYPE_ID
GstVaapiID          gst_vaapi_value_get_id              (const GValue *value);
void                gst_vaapi_value_set_id              (GValue *value,
                                                         GstVaapiID id);

Description

Details

GST_VAAPI_TYPE_ID

#define GST_VAAPI_TYPE_ID gst_vaapi_id_get_type()

A GValue type that represents a VA identifier.

Returns :

the GType of GstVaapiID

gst_vaapi_value_get_id ()

GstVaapiID          gst_vaapi_value_get_id              (const GValue *value);

Gets the integer contained in value.

value :

a GValue initialized to GstVaapiID

Returns :

the integer contained in value

gst_vaapi_value_set_id ()

void                gst_vaapi_value_set_id              (GValue *value,
                                                         GstVaapiID id);

Sets the integer contained in id to value.

value :

a GValue initialized to GstVaapiID

id :

a GstVaapiID