All Implemented Interfaces:
TagBase, AudioAttributable, Serializable, Cloneable

public class Muted extends AbstractAttribute implements AudioAttributable
<element muted> A Boolean attribute which indicates whether the audio will be initially silenced.
Since:
1.0.0
See Also:
  • Constructor Details

    • Muted

      public Muted()
    • Muted

      public Muted(String value)
  • Method Details

    • setValue

      public void setValue(String value)
    • setValue

      public void setValue(boolean updateClient, String value)
      sets the value for this attribute
      Parameters:
      updateClient - true to update client browser page if it is available. The default value is true but it will be ignored if there is no client browser page.
      value - the value for the attribute.
      Since:
      2.1.15
    • getValue

      public String getValue()
    • init

      protected void init()
      invokes only once per object
      Since:
      1.0.0