Pakket | org.osmf.net |
Klasse | public class StreamingItem |
Overerving | StreamingItem Object |
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.6 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
bitrate : Number [alleen-lezen]
Returns a Number giving the stream’s bit rate,
specified in kilobits per second (kbps). | StreamingItem | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
info : Object [alleen-lezen]
Returns an Object containing any custom information
associated with the stream. | StreamingItem | ||
streamName : String [alleen-lezen]
Returns a String used to identify the stream. | StreamingItem | ||
type : String [alleen-lezen]
Returns a String specifying the type of the stream. | StreamingItem |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Default constructor
| StreamingItem | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
bitrate | eigenschap |
info | eigenschap |
info:Object
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.6 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Returns an Object
containing any custom information
associated with the stream. Typically, this can include the width
and height of the video, but it could also contain a user-friendly
description of the stream.
Implementatie
public function get info():Object
streamName | eigenschap |
type | eigenschap |
type:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.6 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Returns a String
specifying the type of the stream.
Possible values are VIDEO
, for a stream that includes
video, and AUDIO
, for a stream that contains only audio.
Implementatie
public function get type():String
Constructordetails
StreamingItem | () | Constructor |
public function StreamingItem(type:String, streamName:String, bitrate:Number = 0, info:Object = null)
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.6 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Default constructor
Parameterstype:String — The StreamingItemType of the stream. Allowed values
are VIDEO , for a stream that includes video, and
AUDIO , for a stream that contains only audio.
| |
streamName:String — A String used to identify this stream.
| |
bitrate:Number (default = 0 ) — A Number specifying the stream’s encoded bit rate
in kbps (kilobits per second).
| |
info:Object (default = null ) — An Object containing any custom information associated
with the stream. Typically, this can include the width and height
of the video, but it could also contain a user-friendly description
of the stream.
|
Wed Jun 13 2018, 11:42 AM Z