Packagespark.components.mediaClasses
Classpublic class DynamicStreamingVideoItem
InheritanceDynamicStreamingVideoItem Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

The DynamicStreamingVideoItem class represents a video stream on the server plus a bitrate for that stream. Use this class to define the values of the streamItems property of the DynamicStreamingVideoSource class. The DynamicStreamingVideoSource class represents a streaming video source and can be used for streaming pre-recorded video or live streaming video.

MXML SyntaxexpandedHide MXML Syntax

The <s:DynamicStreamingVideoItem> tag inherits all of the tag attributes of its superclass and adds the following tag attributes:

  <s:DynamicStreamingVideoItem 
    Properties
    bitrate="0"
    streamName=""
  />
  

See also

spark.components.VideoPlayer
spark.components.VideoDisplay
spark.components.mediaClasses.DynamicStreamingVideoSource


Public Properties
 PropertyDefined By
  bitrate : Number
The bit rate for the video stream.
DynamicStreamingVideoItem
  streamName : String
The stream name on the server.
DynamicStreamingVideoItem
Public Methods
 MethodDefined By
  
Constructor.
DynamicStreamingVideoItem
Property Detail
bitrateproperty
bitrate:Number

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

The bit rate for the video stream.

The default value is 0.


Implementation
    public function get bitrate():Number
    public function set bitrate(value:Number):void
streamNameproperty 
streamName:String

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

The stream name on the server. Use the host property of the DynamicStreamingVideoSource class to specify the URI of the server.


Implementation
    public function get streamName():String
    public function set streamName(value:String):void

See also

Constructor Detail
DynamicStreamingVideoItem()Constructor
public function DynamicStreamingVideoItem()

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

Constructor.