comparison config.php.sample @ 3:e7f8532f3483

modified: config.php.sample
author Sushi-k <epgrec@park.mda.or.jp>
date Wed, 08 Jul 2009 11:57:54 +0900
parents f5a9f0eb4858
children 3037002b8c23
comparison
equal deleted inserted replaced
2:eb5d650539d8 3:e7f8532f3483
34 // 録画モード(option) 34 // 録画モード(option)
35 35
36 $RECORD_MODE = array( 36 $RECORD_MODE = array(
37 // ※ 0は必須で、変更不可です。 37 // ※ 0は必須で、変更不可です。
38 0 => array( 38 0 => array(
39 'name' => 'Full TS', 39 'name' => 'Full TS', // モードの表示名
40 'suffix' => '.ts', 40 'suffix' => '.ts', // ファイル名のサフィックス
41 ), 41 ),
42 42
43 /* Examples is as follows. 43 /* Examples is as follows.
44 44
45 1 => array( 45 1 => array(