Table of Contents
MediaState Enumeration

Specifies the state of the media.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: EO.WebBrowser
Assembly: EO.WebBrowser (in EO.WebBrowser.dll)

Syntax
 public enum MediaState
Members
Member Name Description Value
None The source element is not a media element. 0
Error Error state. 1
Paused Paused state. 2
Muted Muted state. 4
Loop Loop is on. 8
CanSave Save is enabled. 16
HasAudio Media has audio. 32
HasVideo Media has video. 64
MediaControl The source is a media control element. 128
CanPrint Print is enabled. 256
CanRotate Rotation is enabled. 512
See Also