Class AudioElement

    • Field Detail

      • TAG

        public static final java.lang.String TAG
        The tag for this element.
        See Also:
        Constant Field Values
      • TYPE_MP3

        public static final java.lang.String TYPE_MP3
        The audio type of MP3 encoded audio.
        See Also:
        Constant Field Values
      • TYPE_OGG

        public static final java.lang.String TYPE_OGG
        The audio type of Ogg encoded audio.
        See Also:
        Constant Field Values
      • TYPE_WAV

        public static final java.lang.String TYPE_WAV
        The audio type of WAV encoded audio.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AudioElement

        protected AudioElement()