Promise.reply

void reply(gst.structure.Structure s = null)

Set a reply on promise. This will wake up any waiters with [gst.types.PromiseResult.Replied]. Called by the producer of the value to indicate success (or failure).

If promise has already been interrupted by the consumer, then this reply is not visible to the consumer.

Parameters

sa #GstStructure with the the reply contents