All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.twitch4j.helix.domain.SoundtrackCurrentTrack Maven / Gradle / Ivy

The newest version!
package com.github.twitch4j.helix.domain;

import lombok.AccessLevel;
import lombok.Data;
import lombok.Setter;

/**
 * @deprecated Twitch is decommissioning Soundtrack on 2023-07-17
 */
@Data
@Setter(AccessLevel.PRIVATE)
@Deprecated
public class SoundtrackCurrentTrack {

    /**
     * The track that’s currently playing.
     */
    private SoundtrackTrack track;

    /**
     * The source of the track that’s currently playing.
     * For example, a playlist or station.
     */
    private SoundtrackSource source;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy