Package | org.osmf.net |
Class | public class DynamicStreamingItem |
Inheritance | DynamicStreamingItem Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Properties
Property | Defined By | ||
---|---|---|---|
bitrate : Number
The stream's bitrate, specified in kilobits per second (kbps). | DynamicStreamingItem | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
height : int
The stream's encoded height or -1 if not specified. | DynamicStreamingItem | ||
streamName : String
The stream name that will be passed to NetStream.play()
| DynamicStreamingItem | ||
width : int
The stream's encoded width or -1 if not specified. | DynamicStreamingItem |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | DynamicStreamingItem | ||
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 |
Property Detail
bitrate | property |
height | property |
streamName | property |
width | property |
Constructor Detail
DynamicStreamingItem | () | Constructor |
public function DynamicStreamingItem(streamName:String, bitrate:Number, width:int = -1, height:int = -1)
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Constructor.
ParametersstreamName:String — The stream name that will be passed to NetStream.play()
| |
bitrate:Number — The stream's encoded bitrate in kbps.
| |
width:int (default = -1 ) — Optional width for the stream.
| |
height:int (default = -1 ) — Optional height for the stream.
|
Thu Dec 6 2018, 01:12 PM -08:00