Interface ElementTest


public interface ElementTest
Defines the test attributes interface. See the Test attributes definition .
  • Method Details

    • getSystemBitrate

      int getSystemBitrate()
      The systemBitrate value.
      Returns:
      a Integer object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setSystemBitrate

      void setSystemBitrate(int systemBitrate) throws DOMException

      setSystemBitrate.

      Parameters:
      systemBitrate - a Integer object.
      Throws:
      DOMException - if any.
    • getSystemCaptions

      boolean getSystemCaptions()
      The systemCaptions value.
      Returns:
      a boolean.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setSystemCaptions

      void setSystemCaptions(boolean systemCaptions) throws DOMException

      setSystemCaptions.

      Parameters:
      systemCaptions - a boolean.
      Throws:
      DOMException - if any.
    • getSystemLanguage

      String getSystemLanguage()
      The systemLanguage value.
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setSystemLanguage

      void setSystemLanguage(String systemLanguage) throws DOMException

      setSystemLanguage.

      Parameters:
      systemLanguage - a String object.
      Throws:
      DOMException - if any.
    • getSystemRequired

      boolean getSystemRequired()
      The result of the evaluation of the systemRequired attribute.
      Returns:
      a boolean.
    • getSystemScreenSize

      boolean getSystemScreenSize()
      The result of the evaluation of the systemScreenSize attribute.
      Returns:
      a boolean.
    • getSystemScreenDepth

      boolean getSystemScreenDepth()
      The result of the evaluation of the systemScreenDepth attribute.
      Returns:
      a boolean.
    • getSystemOverdubOrSubtitle

      String getSystemOverdubOrSubtitle()
      The value of the systemOverdubOrSubtitle attribute.
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setSystemOverdubOrSubtitle

      void setSystemOverdubOrSubtitle(String systemOverdubOrSubtitle) throws DOMException

      setSystemOverdubOrSubtitle.

      Parameters:
      systemOverdubOrSubtitle - a String object.
      Throws:
      DOMException - if any.
    • getSystemAudioDesc

      boolean getSystemAudioDesc()
      The value of the systemAudioDesc attribute.
      Returns:
      a boolean.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setSystemAudioDesc

      void setSystemAudioDesc(boolean systemAudioDesc) throws DOMException

      setSystemAudioDesc.

      Parameters:
      systemAudioDesc - a boolean.
      Throws:
      DOMException - if any.