Back to Devexpress

ObjectType Enum

aspnet-devexpress-dot-web-bc87812c.md

latest1.2 KB
Original Source

ObjectType Enum

Specifies the type of a media object.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ObjectType
vb
Public Enum ObjectType

Members

NameDescription
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

DevExpress.Web Namespace