LedPlaylistFrame
public struct LedPlaylistFrameIdentifies the current and previous playlist entries plus normalized transition progress at a sampled playback time.
Fields
Section titled “Fields”
CurrentIndex
Section titled “CurrentIndex”public int CurrentIndexReturns
System.Int32
PreviousIndex
Section titled “PreviousIndex”public int PreviousIndexReturns
System.Int32
TransitionProgress
Section titled “TransitionProgress”public float TransitionProgressReturns
System.Single
Constructors
Section titled “Constructors”
LedPlaylistFrame(int, int, float)
Section titled “LedPlaylistFrame(int, int, float)”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 |