| 1: | <?php
|
| 2: | class Stream{
|
| 3: | public function sendContentType($ext,$contentType="") {}
|
| 4: | public function sendMedia($path, $name,$resample=false,$buffersize=100,$limit=false,$chunktime=5) {}
|
| 5: | public function streamFile($path,$name,$buffersize=100,$limit=false,$chunktime=5) {}
|
| 6: | }
|
| 7: | |