| Package | spark.components.mediaClasses |
| Class | public class StreamingVideoSource |
| Inheritance | StreamingVideoSource Object |
| Language Version: | ActionScript 3.0 |
| Product Version: | Flex 4 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
VideoPlayer and VideoElement
classes can take a StreamingVideoSource instance as its source
property.
Default MXML PropertystreamItems
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
| live : Boolean
A Boolean value that is true if the video stream is live. | StreamingVideoSource | ||
![]() | prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | |
| serverURI : String
The uri pointing to the location of the server
| StreamingVideoSource | ||
| streamItems : Array
The metadata info object with properties describing the FLB file. | StreamingVideoSource | ||
| Method | Defined By | ||
|---|---|---|---|
| StreamingVideoSource | |||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
| live | property |
live:Boolean| Language Version: | ActionScript 3.0 |
| Product Version: | Flex 4 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
A Boolean value that is true if the video stream is live.
Set the live property to false when sending
a prerecorded video stream to the video player and to true
when sending real-time data such as a live broadcast.
The default value is false.
public function get live():Boolean public function set live(value:Boolean):void| serverURI | property |
serverURI:String| Language Version: | ActionScript 3.0 |
| Product Version: | Flex 4 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
The uri pointing to the location of the server
public function get serverURI():String public function set serverURI(value:String):void| streamItems | property |
streamItems:Array| Language Version: | ActionScript 3.0 |
| Product Version: | Flex 4 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
The metadata info object with properties describing the FLB file.
public function get streamItems():Array public function set streamItems(value:Array):void| StreamingVideoSource | () | Constructor |
public function StreamingVideoSource()