parse_device_changed
Description:
[ Version ( since = "1.16" ) ]
public void parse_device_changed (out Device device, out Device changed_device)
public void parse_device_changed (out Device device, out Device changed_device)
Parses a device-changed message.
The device-changed message is produced by DeviceProvider or a
DeviceMonitor. It announces the disappearance of monitored devices. * It
announce that a device properties has changed and device represents the new modified version of changed_device.
Parameters:
| this |
a Message of type gst_message_device_changed |
| device |
A location where to store a pointer to the updated version of the Device , or null |
| changed_device |
A location where to store a pointer to the old version of the Device , or null |