Version: 2021.1

PlayableTraversalMode

enumeration

切换到手册

描述

Playable 的遍历模式。

变量

Mix使 Playable 根据输出要求来准备并处理其输入。
Passthrough使 Playable 作为 PrepareFrame 和 ProcessFrame 的直通通道。如果正在处理的 PlayableOutput 连接到 Playable 的第 n 个输入端口,则 Playable 仅传播第 n 个输出端口。将此枚举值与 PlayableOutput SetSourceOutputPort 结合使用。