android-components / mozilla.components.concept.engine / HitResult / AUDIO

AUDIO

data class AUDIO : HitResult (source)

If the HTML element was of type 'HTMLAudioElement'.

Constructors

<init>

AUDIO(src: String)

If the HTML element was of type 'HTMLAudioElement'.

Properties

src

val src: String