Skip to main content
Tab

ObjectType Enum

Specifies the type of a media object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum ObjectType

Members

Name Description
Auto

To automatically determine the type of a media object.

Image

An image is used.

Supported formats: GIF, JPEG, PNG, BMP, TIFF, ICO

Flash

A Macromedia Shockwave Flash (SWF) object is used.

Video

A video object is used.

Supported formats: MPE, MPEG, MPG, ASF, ASX, AVI, MP4, WM, WMV, WMX, WVX

Audio

An audio object is used.

Supported formats: MID, MIDI, MP3, MP3, MPEGA, MPGA, M4A, WAV, WAX, WMA

QuickTime

A Quick Time object is used.

Html5Video

An HTML5 video object is used.

Supported formats: MP4

Html5Audio

An HTML5 audio object is used.

Supported formats: MP3

See Also