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

AnimationStream.GetInputStream

Cambiar al Manual
public Experimental.Animations.AnimationStream GetInputStream (int index);

Parámetros

indexThe input index.

Valor de retorno

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

Descripción

Gets the AnimationStream of the playable input at index.

See Also: inputStreamCount.