Message.newDeviceRemoved

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

class Message
static
newDeviceRemoved

Parameters

src ObjectGst

The GstObject that created the message

device Device

The removed gstreamer.Device

Return: a newly allocated gstreamer.Message

Throws

ConstructionException GTK+ fails to create the object.

Meta