Message.newDeviceAdded

Creates a new device-added message. The device-added message is produced by #GstDeviceProvider or a #GstDeviceMonitor. They announce the appearance of monitored devices.

class Message
static
newDeviceAdded

Parameters

src ObjectGst

The #GstObject that created the message

device Device

The new #GstDevice

Return: a newly allocated #GstMessage

Throws

ConstructionException GTK+ fails to create the object.

Meta