Share via


IHTMLAudioElementFactory interface

This interface is used to create new instances of the IHTMLAudioElement.

Members

The IHTMLAudioElementFactory interface inherits from the IDispatch interface. IHTMLAudioElementFactory also has these types of members:

  • Methods

Methods

The IHTMLAudioElementFactory interface has these methods.

Method Description
create

Creates a new IHTMLAudioElement object.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch