| 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):voidstreamName: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):voidSee also
public function DynamicStreamingVideoItem()| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 10, AIR 1.5 |
Constructor.
Mon Dec 24 2012, 01:18 PM +11:00