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

AnimationStream.GetInputStream

매뉴얼로 전환
public Experimental.Animations.AnimationStream GetInputStream (int index);

파라미터

indexThe input index.

반환

AnimationStream Returns the AnimationStream of the playable input at index. Returns an invalid stream if the input is not an animation Playable.

설명

Gets the AnimationStream of the playable input at index.

See Also: inputStreamCount.