Message.newDeviceChanged

gst.message.Message newDeviceChanged(gst.object.ObjectWrap src, gst.device.Device device, gst.device.Device changedDevice) static nothrow

Creates a new device-changed message. The device-changed message is produced by #GstDeviceProvider or a #GstDeviceMonitor. They announce that a device properties has changed and device represent the new modified version of changed_device.

Parameters

srcThe #GstObject that created the message
deviceThe newly created device representing changed_device with its new configuration.
changedDeviceThe old version of the device.

Returns

a newly allocated #GstMessage