You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2012/12/11 00:42:26 UTC

svn commit: r1419874 - in /incubator/openmeetings/trunk/singlewebapp/WebContent: src/base/mainAttributes.lzx swf10/audioVideoTest/testingApplication.lzx swf10/video/editRecordStreamSWF10.lzx

Author: sebawagner
Date: Mon Dec 10 23:42:25 2012
New Revision: 1419874

URL: http://svn.apache.org/viewvc?rev=1419874&view=rev
Log:
vaquality is not in use anymore

Modified:
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
    incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/audioVideoTest/testingApplication.lzx
    incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/editRecordStreamSWF10.lzx

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx?rev=1419874&r1=1419873&r2=1419874&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx Mon Dec 10 23:42:25 2012
@@ -180,8 +180,6 @@ the LAST RoomClient Object that has been
  -->
 <attribute name="_nc" value="null" />
     
-<attribute name="vaquality" value="best" type="string" />
-    
 <!--
 <attribute name="moderatorStreamID" value="" type="string" />
 <attribute name="moderatorationObject" value="" type="string" />

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/audioVideoTest/testingApplication.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/audioVideoTest/testingApplication.lzx?rev=1419874&r1=1419873&r2=1419874&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/audioVideoTest/testingApplication.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/audioVideoTest/testingApplication.lzx Mon Dec 10 23:42:25 2012
@@ -133,7 +133,7 @@ Test the setup values before you enter a
             if ($debug) Debug.write("_camera.setMode: ",videoview.width,videoview.height,canvas.framesPerSecond,true);
 
             //Microphone.set
-            if ($debug) Debug.write("canvas.vaquality: ",canvas.vaquality, "canvas.microphoneRateBest: ",canvas.microphoneRateBest);
+            if ($debug) Debug.write("canvas.microphoneRateBest: ",canvas.microphoneRateBest);
             if (_camera != null) {
                 if ($debug) Debug.write("_camera.setQuality BEST: ",this.isInterview,(canvas.bandwidthNeededBest*2),canvas.camQualityBest);
                 if (this.isInterview) {

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/editRecordStreamSWF10.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/editRecordStreamSWF10.lzx?rev=1419874&r1=1419873&r2=1419874&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/editRecordStreamSWF10.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/editRecordStreamSWF10.lzx Mon Dec 10 23:42:25 2012
@@ -260,7 +260,7 @@
 			if ($debug) Debug.write("_camera.setMode: ",videoview.width,videoview.height,canvas.framesPerSecond,true);
 
 			//Microphone.set
-			if ($debug) Debug.write("canvas.vaquality: ",canvas.vaquality, "canvas.microphoneRateBest: ",canvas.microphoneRateBest);
+			if ($debug) Debug.write("canvas.microphoneRateBest: ",canvas.microphoneRateBest);
 			if (_camera != null) {
    				if ($debug) Debug.write("_camera.setQuality BEST: ",canvas.isInterview,(canvas.bandwidthNeededBest*2),canvas.camQualityBest);
    				if (canvas.isInterview) {
@@ -387,7 +387,7 @@
             if ($debug) Debug.write("_camera.setMode: ",videoview.width,videoview.height,canvas.framesPerSecond,true);
 
             //Microphone.set
-            if ($debug) Debug.write("canvas.vaquality: ",canvas.vaquality, "canvas.microphoneRateBest: ",canvas.microphoneRateBest);
+            if ($debug) Debug.write("canvas.microphoneRateBest: ",canvas.microphoneRateBest);
             if (_camera != null) {
                 if ($debug) Debug.write("_camera.setQuality BEST: ",this.isInterview,(canvas.bandwidthNeededBest*2),canvas.camQualityBest);
                 if (this.isInterview) {