Pacchetto | org.osmf.net |
Classe | public class DynamicStreamingItem |
Ereditarietà | DynamicStreamingItem Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
bitrate : Number
The stream's bitrate, specified in kilobits per second (kbps). | DynamicStreamingItem | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | DynamicStreamingItem | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
bitrate | proprietà |
height | proprietà |
streamName | proprietà |
width | proprietà |
Descrizione della funzione di costruzione
DynamicStreamingItem | () | Funzione di costruzione |
public function DynamicStreamingItem(streamName:String, bitrate:Number, width:int = -1, height:int = -1)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
ParametristreamName: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.
|
Tue Jun 12 2018, 02:44 PM Z