From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Jun 2019 14:12:10 +0200 Subject: API documentation for KVision 0.0.37 --- .../-media-error/index.html | 94 ++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 api/pl.treksoft.kvision.cordova/-media-error/index.html (limited to 'api/pl.treksoft.kvision.cordova/-media-error/index.html') diff --git a/api/pl.treksoft.kvision.cordova/-media-error/index.html b/api/pl.treksoft.kvision.cordova/-media-error/index.html new file mode 100644 index 00000000..bb68507f --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-media-error/index.html @@ -0,0 +1,94 @@ + + + +MediaError - kvision + + + +kvision / pl.treksoft.kvision.cordova / MediaError
+
+

MediaError

+external class MediaError +

Media error class.

+

Constructors

+ + + + + + + +
+

<init>

+
+MediaError() +

Media error class.

+
+

Properties

+ + + + + + + + + + + +
+

code

+
+val code: Int
+

message

+
+val message: String
+

Companion Object Properties

+ + + + + + + + + + + + + + + + + + + +
+

MEDIA_ERR_ABORTED

+
+val MEDIA_ERR_ABORTED: Int
+

MEDIA_ERR_DECODE

+
+val MEDIA_ERR_DECODE: Int
+

MEDIA_ERR_NETWORK

+
+val MEDIA_ERR_NETWORK: Int
+

MEDIA_ERR_NONE_SUPPORTED

+
+val MEDIA_ERR_NONE_SUPPORTED: Int
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit