Class Element

java.lang.Object
com.brightcove.player.model.Element
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StyledElement

public class Element extends Object implements Serializable
Provides a common representation for TTML elements.
See Also:
  • Field Details

  • Constructor Details

    • Element

      public Element()
  • Method Details

    • setID

      public void setID(String id)
      The identifier of the element.
      Parameters:
      id - the identifier string
    • getID

      public String getID()
      The identifier of the element.
      Returns:
      the identifier string