Language Version : | ActionScript 3.0 |
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.
Show MXML Syntax
Hide 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=""
/>
bitrate:Number
Language Version : | ActionScript 3.0 |
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
streamName:String
Language Version : | ActionScript 3.0 |
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
public function DynamicStreamingVideoItem()
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Constructor.
Mon Jul 9 2012, 07:18 PM -04:00