Message.parseStructureChange
void parseStructureChange(out gst.types.StructureChangeType type, out gst.element.Element owner, out bool busy)Extracts the change type and completion status from the GstMessage.
MT safe.
Parameters
type | A pointer to hold the change type |
owner | The owner element of the message source |
busy | a pointer to hold whether the change is in progress or has been completed |