Pakiet | org.osmf.net |
Klasa | public class MulticastResource |
Dziedziczenie | MulticastResource ![]() ![]() ![]() ![]() |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10.1, AIR 1.5 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
![]() | clipEndTime : Number
Optional end time of the streaming resource. | StreamingURLResource | |
![]() | clipStartTime : Number
Optional start time of the streaming resource. | StreamingURLResource | |
![]() | connectionArguments : Vector.<Object>
Optional set of arguments that will be supplied when making a
connection to the source of the stream. | StreamingURLResource | |
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | |
![]() | drmContentData : ByteArray
Content metadata for DRM-encrypted content. | StreamingURLResource | |
groupspec : String
The group spec string for multicasting. | MulticastResource | ||
![]() | mediaType : String
The MediaType, if any, of this resource. | MediaResourceBase | |
![]() | metadataNamespaceURLs : Vector.<String> [tylko do odczytu]
A Vector containing the namespace URLs for all Metadata
objects within this resource. | MediaResourceBase | |
![]() | mimeType : String
The MIME type, if any, of this resource. | MediaResourceBase | |
streamName : String
The stream name string for multicasting. | MulticastResource | ||
![]() | urlIncludesFMSApplicationInstance : Boolean
Indicates, for RTMP streaming URLs, whether the URL includes the FMS
application instance or not. | StreamingURLResource |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
MulticastResource | |||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
groupspec | właściwość |
streamName | właściwość |
Konstruktor Szczegół
MulticastResource | () | Konstruktor |
public function MulticastResource(url:String, groupspec:String = null, streamName:String = null, connectionArguments:Vector.<Object> = null, urlIncludesFMSApplicationInstance:Boolean = false, drmContentData:ByteArray = null)
Parametry
url:String | |
groupspec:String (default = null )
| |
streamName:String (default = null )
| |
connectionArguments:Vector.<Object> (default = null )
| |
urlIncludesFMSApplicationInstance:Boolean (default = false )
| |
drmContentData:ByteArray (default = null )
|
Tue Jun 12 2018, 12:06 PM Z