Class PlayPauseMedia.Builder

    • Method Detail

      • getSourceName

        public String getSourceName()
        Source name.
      • setSourceName

        public void setSourceName​(String sourceName)
        Source name.
      • isPlayPause

        public boolean isPlayPause()
        (optional) Whether to pause or play the source. `false` for play, `true` for pause.
      • setPlayPause

        public void setPlayPause​(boolean playPause)
        (optional) Whether to pause or play the source. `false` for play, `true` for pause.