Table of Contents

Class HTMLAudioElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The HTMLAudioElement interface provides access to the properties of audio elements, as well as methods to manipulate them.

[Value("HTMLAudioElement")]
public class HTMLAudioElement : HTMLMediaElement
Inheritance
HTMLAudioElement
Inherited Members

Remarks

This element is based on, and inherits properties and methods from, the HTMLMediaElement interface.

-Web media technologies
-Audio and Video Delivery
-HTML element implementing this interface: audio.

See also on MDN

Constructors

HTMLAudioElement()

public HTMLAudioElement()