コード例 #1
0
 function _populateDefaults()
 {
     parent::_populateDefaults();
     $this->_configDefaults['PathWaveformGenerator'] = array('value' => 'PATH', 'description' => "Path to wav2png program for generating waveforms", 'default' => 'wav2png');
     foreach (MovieMasher_Coder_Encoder::$defaultOptions as $k => $a) {
         $this->_optionsDefaults[$k] = $a;
     }
 }
コード例 #2
0
 function _populateDefaults()
 {
     parent::_populateDefaults();
     $this->_configDefaults['PathFlashplayer'] = array('value' => 'PROGRAM', 'description' => "Path to Flash Player binary", 'default' => 'flashplayer');
     $this->_configDefaults['PathEcasound'] = array('value' => 'PROGRAM', 'description' => "Path to Ecasound binary", 'default' => 'ecasound');
     $this->_configDefaults['PathXvfb'] = array('value' => 'PROGRAM', 'description' => "Path to xvfb run script", 'default' => 'xvfb-run');
     $this->_configDefaults['FlashSeconds'] = array('value' => 'NUMBER', 'description' => "Timeout for launching of Flash Player", 'default' => 30);
     foreach (MovieMasher_Coder_Decoder::$defaultOptions as $k => $a) {
         $this->_optionsDefaults[$k] = $a;
     }
 }