PlaybackInfoResponse
data class PlaybackInfoResponse(val mediaSources: List<MediaSourceInfo>, val playSessionId: String? = null, val errorCode: PlaybackErrorCode? = null)
Class PlaybackInfoResponse.
Constructors
Link copied to clipboard
constructor(mediaSources: List<MediaSourceInfo>, playSessionId: String? = null, errorCode: PlaybackErrorCode? = null)