We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a25eab commit eda2e43Copy full SHA for eda2e43
src/dom/dom.js
@@ -1318,17 +1318,8 @@ p5.prototype.createAudio = function(src, callback) {
1318
1319
/** CAMERA STUFF **/
1320
1321
-/**
1322
- * @property {String} VIDEO
1323
- * @final
1324
- * @category Constants
1325
- */
1326
p5.prototype.VIDEO = 'video';
1327
1328
- * @property {String} AUDIO
1329
1330
1331
+
1332
p5.prototype.AUDIO = 'audio';
1333
1334
// from: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia
0 commit comments