Message.newDeviceAdded

Creates a new device-added message. The device-added message is produced by gstreamer.DeviceProvider or a gstreamer.DeviceMonitor They announce the appearance of monitored devices.

class Message
static
newDeviceAdded

Parameters

src ObjectGst

The GstObject that created the message

device Device

The new gstreamer.Device

Return: a newly allocated gstreamer.Message

Throws

ConstructionException GTK+ fails to create the object.

Meta