Paket | org.osmf.elements |
Sınıf | public class F4MLoader |
Miras Alma | F4MLoader LoaderBase EventDispatcher Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Daha fazla bilgi
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
F4MLoader(factory:MediaFactory = null)
Constructor. | F4MLoader | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | ||
Indicates whether this loader is capable of handling (loading)
the given MediaResourceBase. | LoaderBase | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Loads the specified LoadTrait. | LoaderBase | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Unloads the specified LoadTrait. | LoaderBase | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Korunan Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Executes the load of the given LoadTrait. | LoaderBase | ||
Executes the unload of the given LoadTrait. | LoaderBase | ||
Defines the BaseManifestBuilder objects used to create the ManifestParser. | F4MLoader | ||
Updates the given LoadTrait with the given info, and dispatches the
state change event if necessary. | LoaderBase |
Olaylar
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
F4M_MIME_TYPE : String = "application/f4m+xml" [statik]
The MIME type for F4M files. | F4MLoader |
Yapıcı Ayrıntı
F4MLoader | () | Yapıcı |
public function F4MLoader(factory:MediaFactory = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Constructor.
Parametrelerfactory:MediaFactory (default = null ) — The factory that is used to create MediaElements based on the
media specified in the manifest file. If no factory is provided, the F4MLoader
will use a DefaultMediaFactory.
|
Yöntem Ayrıntısı
getBuilders | () | yöntem |
protected function getBuilders():Vector.<BaseManifestBuilder>
Defines the BaseManifestBuilder
objects used to create the ManifestParser
.
Vector.<BaseManifestBuilder> — A Vector of BaseManifestBuilder objects.
|
Sabit Ayrıntısı
F4M_MIME_TYPE | Sabit |
public static const F4M_MIME_TYPE:String = "application/f4m+xml"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
The MIME type for F4M files.
Tue Jun 12 2018, 01:09 PM Z