Promise.reply

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.

class Promise
void
reply

Parameters

s gst.structure.Structure

a #GstStructure with the the reply contents