Enumeration used to determine the quality with which to play the movie
Namespace:
GrannetDotNet.Web.UI.WebControlsAssembly: GrannetDotNet.Web.UI.WebControls (in GrannetDotNet.Web.UI.WebControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration SwfQuality |
| C# |
|---|
public enum SwfQuality |
| Visual C++ |
|---|
public enum class SwfQuality |
| JavaScript |
|---|
GrannetDotNet.Web.UI.WebControls.SwfQuality = function(); GrannetDotNet.Web.UI.WebControls.SwfQuality.createEnum('GrannetDotNet.Web.UI.WebControls.SwfQuality', false); |
Members
| Member name | Description | |
|---|---|---|
| Low |
Use low video quality
| |
| High |
Use high video quality
| |
| AutoLow |
Use auto-low video quality
| |
| Best |
Use the best video quality
|