Interface MuteDataSource

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isMute()
      Determines whether this DataSource is mute.
      void setMute​(boolean mute)
      Sets the mute state of this DataSource.
    • Method Detail

      • isMute

        boolean isMute()
        Determines whether this DataSource is mute.
        Returns:
        true if this DataSource is mute; otherwise, false
      • setMute

        void setMute​(boolean mute)
        Sets the mute state of this DataSource.
        Parameters:
        mute - true to mute this DataSource; otherwise, false