parse_property_notify
Description:
[ Version ( since = "1.10" ) ]
public void parse_property_notify (out unowned Object object, out unowned string property_name, out unowned Value? property_value)
public void parse_property_notify (out unowned Object object, out unowned string property_name, out unowned Value? property_value)
Parses a property-notify message.
These will be posted on the bus only when set up with add_property_notify_watch or add_property_deep_notify_watch.
Parameters:
this |
a Message of type gst_message_property_notify |
object |
location where to store a pointer to the object whose property got changed, or null |
property_name |
return location for the name of the property that got changed, or null |
property_value |
return location for the new value of the property that got changed, or null. This will only be set if the property notify watch was told to include the value when it was set up |