Adobe® AIR® API Reference for HTML Developers
Home  |  Show Classes List |  Index  |  Appendixes

Language Reference only       
VideoStatus 
window.runtime propertywindow.runtime.flash.media.VideoStatus
InheritanceVideoStatus Inheritance Object

Runtime Versions:  (unsupported)

This class defines an enumeration that describes possible levels of video decoding.



Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
hasOwnProperty(name:String):Boolean
Indicates whether an object has a specified property defined.
Object
 Inherited
isPrototypeOf(theClass:Object):Boolean
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
propertyIsEnumerable(name:String):Boolean
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
toLocaleString():String
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
toString():String
Returns the string representation of the specified object.
Object
 Inherited
valueOf():Object
Returns the primitive value of the specified object.
Object
Constants
 ConstantDefined By
  ACCELERATED : String = "accelerated"
[static] Indicates hardware-accelerated (GPU) video decoding.
VideoStatus
  SOFTWARE : String = "software"
[static] Indicates software video decoding.
VideoStatus
  UNAVAILABLE : String = "unavailable"
[static] Video decoding is not supported.
VideoStatus
Constant Detail

ACCELERATED

Constant
public static const ACCELERATED:String = "accelerated"

Runtime Versions:  (unsupported)

Indicates hardware-accelerated (GPU) video decoding.

SOFTWARE

Constant 
public static const SOFTWARE:String = "software"

Runtime Versions:  (unsupported)

Indicates software video decoding.

UNAVAILABLE

Constant 
public static const UNAVAILABLE:String = "unavailable"

Runtime Versions:  (unsupported)

Video decoding is not supported.