ComposeMissingStreamBehaviour type

Signature:

export declare type ComposeMissingStreamBehaviour =
/**
 * Produce frames on output by dropping the part(s) of the composition which
 * cannot be fulfilled.
 */
"drop_part"
/**
 * Wait for all streams to be present before producing (further) output
 */
 | "wait_for_all";