SimpleTest.waitForExplicitFinish();
addLoadEvent(function() { var context = new AudioContext(); var conv = new ConvolverNode(context);
is(conv.channelCount, 2, "Convolver node has 2 input channels by default");
is(conv.channelCountMode, "clamped-max", "Correct channelCountMode for the Convolver node");
is(conv.channelInterpretation, "speakers", "Correct channelCountInterpretation for the Convolver node");
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.