Enumeration (GI Enum)

Gst-1.0GstPromiseResultSince 1.14

The result of a Gst.Promise

1.14

Index

Enumeration Members

Enumeration Members

EXPIRED: number

The promise expired (the carrying object lost all refs) and the promise will never be fulfilled.

INTERRUPTED: number

Interrupted by the consumer as it doesn't want the value anymore.

PENDING: number

Initial state. Waiting for transition to any other state.

REPLIED: number

A producer marked a reply