diff options
Diffstat (limited to 'api/pl.treksoft.kvision.cordova/-media-capture/-capture-error-code/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.cordova/-media-capture/-capture-error-code/index.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.cordova/-media-capture/-capture-error-code/index.html b/api/pl.treksoft.kvision.cordova/-media-capture/-capture-error-code/index.html new file mode 100644 index 00000000..c19a6633 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-media-capture/-capture-error-code/index.html @@ -0,0 +1,60 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>MediaCapture.CaptureErrorCode - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.cordova</a> / <a href="../index.html">MediaCapture</a> / <a href="./index.html">CaptureErrorCode</a><br/> +<br/> +<h1>CaptureErrorCode</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">CaptureErrorCode</span></code> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-c-a-p-t-u-r-e_-i-n-t-e-r-n-a-l_-e-r-r.html">CAPTURE_INTERNAL_ERR</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-a-p-t-u-r-e_-a-p-p-l-i-c-a-t-i-o-n_-b-u-s-y.html">CAPTURE_APPLICATION_BUSY</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-a-p-t-u-r-e_-i-n-v-a-l-i-d_-a-r-g-u-m-e-n-t.html">CAPTURE_INVALID_ARGUMENT</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-a-p-t-u-r-e_-n-o_-m-e-d-i-a_-f-i-l-e-s.html">CAPTURE_NO_MEDIA_FILES</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-a-p-t-u-r-e_-p-e-r-m-i-s-s-i-o-n_-d-e-n-i-e-d.html">CAPTURE_PERMISSION_DENIED</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-a-p-t-u-r-e_-n-o-t_-s-u-p-p-o-r-t-e-d.html">CAPTURE_NOT_SUPPORTED</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |