|
|||
|
Hi!
I am missing a manual "How to enhance the sound and video quality". Would be great if there is a way to enhance the sound and video quality separably. We have the source code and are able to change it if we have a working manual. Thanks in advance, Marc |
|
|||
|
open the folder in "as" , find the file: AVComponents.as
open it with your editor, Code:
FCAVPresenceClass.prototype.updateFps = 3; FCAVPresenceClass.prototype.vidWidth = 120; FCAVPresenceClass.prototype.vidHeight = 120; //FCAVPresenceClass.prototype.vidBandwidth = 12000; FCAVPresenceClass.prototype.vidBandwidth = 8192; FCAVPresenceClass.prototype.vidQuality = 0; FCAVPresenceClass.prototype.vidFps = 10; |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|