Message.newDeviceRemoved

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

class Message
static
newDeviceRemoved

Parameters

src ObjectGst

The #GstObject that created the message

device Device

The removed #GstDevice

Return: a newly allocated #GstMessage

Throws

ConstructionException GTK+ fails to create the object.

Meta