PromiseResult
Description:
[ CCode ( cprefix = "GST_PROMISE_RESULT_" , type_id = "gst_promise_result_get_type ()" ) ]
[ Version ( since = "1.14" ) ]
public enum PromiseResult
Content:
Enum values:
- EXPIRED - The promise expired (the
carrying object lost all refs) and the promise will never be fulfilled.
- INTERRUPTED - Interrupted by the
consumer as it doesn't want the value anymore.
- PENDING - Initial state.
- REPLIED - A producer marked a reply