CC-2727: Limit number of streams and max bitrate

- renamed
SetNumOfStream() -> SetNumOfStreams()
GetNumOfStream() -> GetNumOfStreams() \
- default bitrate is 320
- removed debugging code
This commit is contained in:
James 2011-08-31 16:28:20 -04:00
parent fefbd9ac79
commit 0a85d2ecf5
4 changed files with 5 additions and 7 deletions

View file

@ -147,7 +147,7 @@ class PreferenceController extends Zend_Controller_Action
}
}
$num_of_stream = intval(Application_Model_Preference::GetNumOfStream());
$num_of_stream = intval(Application_Model_Preference::GetNumOfStreams());
$form = new Application_Form_StreamSetting();
$form->setSetting($setting);
$form->startFrom();