G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
/**
+ * vtenc_h264:rate-control
+ *
+ * Since: 1.26
+ */
+ /**
+ * vtenc_h264_hw:rate-control
+ *
+ * Since: 1.26
+ */
+ /**
+ * vtenc_h265:rate-control
+ *
+ * Since: 1.26
+ */
+ /**
+ * vtenc_h265_hw:rate-control
+ *
+ * Since: 1.26
+ */
+ /**
+ * vtenc_prores:rate-control
+ *
* Since: 1.26
*/
g_object_class_install_property (gobject_class, PROP_RATE_CONTROL,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
/**
+ * vtenc_h264:data-rate-limits
+ *
+ * Since: 1.26
+ */
+ /**
+ * vtenc_h264_hw:data-rate-limits
+ *
+ * Since: 1.26
+ */
+ /**
+ * vtenc_h265:data-rate-limits
+ *
+ * Since: 1.26
+ */
+ /**
+ * vtenc_h265_hw:data-rate-limits
+ *
+ * Since: 1.26
+ */
+ /**
+ * vtenc_prores:data-rate-limits
+ *
* Since: 1.26
*/
g_object_class_install_property (gobject_class, PROP_DATA_RATE_LIMITS,
*/
if (g_strcmp0 (G_OBJECT_CLASS_NAME (klass), "vtenc_prores") == 0) {
/**
+ * vtenc_prores:max-frame-delay
+ *
+ * Maximum frames allowed in the compression window (-1 = unlimited)
+ *
* Since: 1.26
*/
g_object_class_install_property (gobject_class, PROP_MAX_FRAME_DELAY,
g_param_spec_int ("device", "Device ID", "Device ID of output device",
0, G_MAXINT, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
- /*
+ /**
+ * osxaudiosink:unique-id
+ *
+ * Unique persistent ID for the output device
+ *
* Since: 1.26
*/
g_object_class_install_property (gobject_class, ARG_UNIQUE_ID,
g_param_spec_int ("device", "Device ID", "Device ID of input device",
0, G_MAXINT, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
- /*
+ /**
+ * osxaudiosrc:unique-id
+ *
+ * Unique persistent ID for the input device
+ *
* Since: 1.26
*/
g_object_class_install_property (gobject_class, ARG_UNIQUE_ID,