playbackRange
Description​
Gets or sets the range of the song that should be played. Set this to null to play the whole song.
- JavaScript
- C#
- Kotlin
playbackRange: PlaybackRange | null;
PlaybackRange? PlaybackRange { get; set; }
var playbackRange: PlaybackRange?