Version: 5.4
Experimental: this API is experimental and might be changed or removed in the future.

Playable.GetOutput

マニュアルに切り替える
public Experimental.Director.Playable GetOutput (int outputPort);

パラメーター

outputPort 出力のインデックス

戻り値

Playable 指定した出力インデックスに接続している Playable、 または、インデックスが有効でも何にも接続していない場合は null を返します。これは Playable がかつてインデックスに接続していたが、Playable.Disconnect をとおして切断された場合に起こります。

説明

指定されている出力のインデックスに接続している Playable を返します。