Package | com.adobe.mediacore.errors |
Class | public class MediaError |
Inheritance | MediaError ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
Default constructor. | MediaError | ||
![]() | toString():String
Returns a
| Notification |
MediaError | () | Constructor |
public function MediaError(code:int, metadata:Metadata = null, innerNotification:Notification = null)
Default constructor.
Parameterscode:int — the notification code
| |
metadata:Metadata (default = null ) — generic metadata associated with this notification
| |
innerNotification:Notification (default = null ) — the inner notification
|