Skip to content

LedPlaylistFrame

StructLEDStudioLEDStudio
public struct LedPlaylistFrame

Identifies the current and previous playlist entries plus normalized transition progress at a sampled playback time.

public int CurrentIndex

Returns

System.Int32

public int PreviousIndex

Returns

System.Int32

public float TransitionProgress

Returns

System.Single

public LedPlaylistFrame(int currentIndex, int previousIndex, float transitionProgress)

Creates a sampled playlist frame for the resolved entry indices and transition progress.

Parameters

Name Type
currentIndex System.Int32
previousIndex System.Int32
transitionProgress System.Single