Skip to main content
A newer version of this page is available. .
Tab

ObjectType Enum

Specifies the type of a media object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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

Related API Members

The following properties accept/return ObjectType values:

Remarks

The ObjectType enumeration members are used to set the ASPxObjectContainer.ObjectType property’s value.

See Also