Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
org.osmf.events 

MediaErrorCodes  - AS3 OSMF

Paketorg.osmf.events
Sınıfpublic final class MediaErrorCodes
Miras AlmaMediaErrorCodes Inheritance 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

The MediaErrorCodes class provides static constants for error IDs. Error IDs zero through 999 are reserved for use by the framework.



Genel Özellikler
 ÖzellikTanımlayan:
 Inheritedconstructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru.
Object
Genel Yöntemler
 YöntemTanımlayan:
 Inherited
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir.
Object
 Inherited
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir.
Object
 Inherited
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir.
Object
 Inherited
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar.
Object
 Inherited
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür.
Object
 Inherited
Belirtilen nesnenin dize olarak temsil edilen halini döndürür.
Object
 Inherited
Belirtilen nesnenin temel değerini döndürür.
Object
Genel Sabitler
 SabitTanımlayan:
  ARGUMENT_ERROR : int = 4
[statik] Error constant for when a MediaElement encounters an argument error.
MediaErrorCodes
  ASYNC_ERROR : int = 3
[statik] Error constant for when a MediaElement encounters an asynchronous error.
MediaErrorCodes
  DRM_SYSTEM_UPDATE_ERROR : int = 19
[statik] Error constant for when a DRM system update fails.
MediaErrorCodes
  DVRCAST_CONTENT_OFFLINE : int = 21
[statik] Error constant for when a DVRCast NetConnection cannot connect because the DVRCast application is offline.
MediaErrorCodes
  DVRCAST_STREAM_INFO_RETRIEVAL_FAILED : int = 22
[statik] Error constant for when information about the DVRCast stream cannot be retrieved.
MediaErrorCodes
  DVRCAST_SUBSCRIBE_FAILED : int = 20
[statik] Error constant for when a DVRCast NetConnection cannot connect because the attempt to subscribe to the DVRCast stream fails.
MediaErrorCodes
  F4M_FILE_INVALID : int = 23
[statik] Error constant for when the manifest file contains errors
MediaErrorCodes
  HTTP_GET_FAILED : int = 6
[statik] Error constant for when an HTTP GET request fails due to a client error (i.e.
MediaErrorCodes
  IO_ERROR : int = 1
[statik] Error constant for when a MediaElement fails to load due to an I/O error.
MediaErrorCodes
  MEDIA_LOAD_FAILED : int = 7
[statik] Error constant for when the loading of a MediaElement fails.
MediaErrorCodes
  NETCONNECTION_APPLICATION_INVALID : int = 12
[statik] Error constant that corresponds to the NetConnection.Connect.InvalidApp status code.
MediaErrorCodes
  NETCONNECTION_FAILED : int = 13
[statik] Error constant that corresponds to the NetConnection.Connect.Failed status code.
MediaErrorCodes
  NETCONNECTION_REJECTED : int = 11
[statik] Error constant that corresponds to the NetConnection.Connect.Rejected status code.
MediaErrorCodes
  NETCONNECTION_TIMEOUT : int = 14
[statik] Error constant for when a NetConnection cannot connect due to a timeout.
MediaErrorCodes
  NETSTREAM_FILE_STRUCTURE_INVALID : int = 17
[statik] Error constant that corresponds to the NetStream.Play.FileStructureInvalid status code.
MediaErrorCodes
  NETSTREAM_NO_SUPPORTED_TRACK_FOUND : int = 18
[statik] Error constant that corresponds to the NetStream.Play.NoSupportedTrackFound status code.
MediaErrorCodes
  NETSTREAM_PLAY_FAILED : int = 15
[statik] Error constant for when a NetStream cannot be played.
MediaErrorCodes
  NETSTREAM_STREAM_NOT_FOUND : int = 16
[statik] Error constant that corresponds to the NetStream.Play.StreamNotFound status code.
MediaErrorCodes
  PLUGIN_IMPLEMENTATION_INVALID : int = 9
[statik] Error constant for when a plugin fails to load due to the PluginInfo not being exposed on the root Sprite of the plugin.
MediaErrorCodes
  PLUGIN_VERSION_INVALID : int = 8
[statik] Error constant for when a plugin fails to load due to a version mismatch.
MediaErrorCodes
  SECURITY_ERROR : int = 2
[statik] Error constant for when a MediaElement fails to load due to a security error.
MediaErrorCodes
  SOUND_PLAY_FAILED : int = 10
[statik] Error constant for when an audio file fails to play (e.g.
MediaErrorCodes
  URL_SCHEME_INVALID : int = 5
[statik] Error constant for when the NetLoader is unable to load a resource because of an unknown or invalid URL scheme.
MediaErrorCodes
Sabit Ayrıntısı

ARGUMENT_ERROR

Sabit
public static const ARGUMENT_ERROR:int = 4

Error constant for when a MediaElement encounters an argument error.

ASYNC_ERROR

Sabit 
public static const ASYNC_ERROR:int = 3

Error constant for when a MediaElement encounters an asynchronous error.

DRM_SYSTEM_UPDATE_ERROR

Sabit 
public static const DRM_SYSTEM_UPDATE_ERROR:int = 19

Error constant for when a DRM system update fails.

DVRCAST_CONTENT_OFFLINE

Sabit 
public static const DVRCAST_CONTENT_OFFLINE:int = 21

Error constant for when a DVRCast NetConnection cannot connect because the DVRCast application is offline.

DVRCAST_STREAM_INFO_RETRIEVAL_FAILED

Sabit 
public static const DVRCAST_STREAM_INFO_RETRIEVAL_FAILED:int = 22

Error constant for when information about the DVRCast stream cannot be retrieved.

DVRCAST_SUBSCRIBE_FAILED

Sabit 
public static const DVRCAST_SUBSCRIBE_FAILED:int = 20

Error constant for when a DVRCast NetConnection cannot connect because the attempt to subscribe to the DVRCast stream fails.

F4M_FILE_INVALID

Sabit 
public static const F4M_FILE_INVALID:int = 23

Error constant for when the manifest file contains errors

HTTP_GET_FAILED

Sabit 
public static const HTTP_GET_FAILED:int = 6

Error constant for when an HTTP GET request fails due to a client error (i.e. returns a 4xx status code).

IO_ERROR

Sabit 
public static const IO_ERROR:int = 1

Error constant for when a MediaElement fails to load due to an I/O error.

MEDIA_LOAD_FAILED

Sabit 
public static const MEDIA_LOAD_FAILED:int = 7

Error constant for when the loading of a MediaElement fails.

NETCONNECTION_APPLICATION_INVALID

Sabit 
public static const NETCONNECTION_APPLICATION_INVALID:int = 12

Error constant that corresponds to the NetConnection.Connect.InvalidApp status code.

NETCONNECTION_FAILED

Sabit 
public static const NETCONNECTION_FAILED:int = 13

Error constant that corresponds to the NetConnection.Connect.Failed status code.

NETCONNECTION_REJECTED

Sabit 
public static const NETCONNECTION_REJECTED:int = 11

Error constant that corresponds to the NetConnection.Connect.Rejected status code.

NETCONNECTION_TIMEOUT

Sabit 
public static const NETCONNECTION_TIMEOUT:int = 14

Error constant for when a NetConnection cannot connect due to a timeout.

NETSTREAM_FILE_STRUCTURE_INVALID

Sabit 
public static const NETSTREAM_FILE_STRUCTURE_INVALID:int = 17

Error constant that corresponds to the NetStream.Play.FileStructureInvalid status code.

NETSTREAM_NO_SUPPORTED_TRACK_FOUND

Sabit 
public static const NETSTREAM_NO_SUPPORTED_TRACK_FOUND:int = 18

Error constant that corresponds to the NetStream.Play.NoSupportedTrackFound status code.

NETSTREAM_PLAY_FAILED

Sabit 
public static const NETSTREAM_PLAY_FAILED:int = 15

Error constant for when a NetStream cannot be played.

NETSTREAM_STREAM_NOT_FOUND

Sabit 
public static const NETSTREAM_STREAM_NOT_FOUND:int = 16

Error constant that corresponds to the NetStream.Play.StreamNotFound status code.

PLUGIN_IMPLEMENTATION_INVALID

Sabit 
public static const PLUGIN_IMPLEMENTATION_INVALID:int = 9

Error constant for when a plugin fails to load due to the PluginInfo not being exposed on the root Sprite of the plugin.

PLUGIN_VERSION_INVALID

Sabit 
public static const PLUGIN_VERSION_INVALID:int = 8

Error constant for when a plugin fails to load due to a version mismatch.

SECURITY_ERROR

Sabit 
public static const SECURITY_ERROR:int = 2

Error constant for when a MediaElement fails to load due to a security error.

SOUND_PLAY_FAILED

Sabit 
public static const SOUND_PLAY_FAILED:int = 10

Error constant for when an audio file fails to play (e.g. due to no sound channels or no sound card being available).

URL_SCHEME_INVALID

Sabit 
public static const URL_SCHEME_INVALID:int = 5

Error constant for when the NetLoader is unable to load a resource because of an unknown or invalid URL scheme.





[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.