![]() |
![]() |
![]() |
GStreamer VA-API Plugins 0.10 Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define GST_VAAPI_TYPE_ID GstVaapiID gst_vaapi_value_get_id (const GValue *value); void gst_vaapi_value_set_id (GValue *value, GstVaapiID id);
#define GST_VAAPI_TYPE_ID gst_vaapi_id_get_type()
A GValue type that represents a VA identifier.
Returns : |
the GType of GstVaapiID |
GstVaapiID gst_vaapi_value_get_id (const GValue *value);
Gets the integer contained in value
.
|
a GValue initialized to GstVaapiID |
Returns : |
the integer contained in value
|
void gst_vaapi_value_set_id (GValue *value, GstVaapiID id);
Sets the integer contained in id
to value
.
|
a GValue initialized to GstVaapiID |
|
a GstVaapiID |