Skip to content

Instantly share code, notes, and snippets.

@nazmulidris
Created March 8, 2018 22:41
Show Gist options
  • Select an option

  • Save nazmulidris/62f45c3eaa9c77bb7a8cb8d77369261f to your computer and use it in GitHub Desktop.

Select an option

Save nazmulidris/62f45c3eaa9c77bb7a8cb8d77369261f to your computer and use it in GitHub Desktop.
data class PlayerState(var window: Int = 0,
var position: Long = 0,
var whenReady: Boolean = true,
var source: SourceType = local_audio)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment