#include <oflaDemo.h>
Classes | |
| struct | filestats_t |
Public Member Functions | |
| demoService () | |
| ~demoService () | |
| std::vector< boost::shared_ptr < filestats_t > > & | getListOfAvailableFiles (const std::string &path) |
| return the list of FLV files we've found | |
| std::vector< boost::shared_ptr < filestats_t > > & | getListOfAvailableFiles (const std::string &path, const std::string &type) |
| return the list of FLV files we've found of the specified type | |
| std::vector< boost::shared_ptr < filestats_t > > & | getFileStats () |
| demoService::demoService | ( | ) |
| demoService::~demoService | ( | ) |
| std::vector<boost::shared_ptr<filestats_t> >& cygnal::demoService::getFileStats | ( | ) | [inline] |
Referenced by cygnal::OflaDemoTest::parseOflaDemoRequest().
| std::vector< boost::shared_ptr< demoService::filestats_t > > & demoService::getListOfAvailableFiles | ( | const std::string & | path | ) |
return the list of FLV files we've found
Referenced by cygnal::OflaDemoTest::parseOflaDemoRequest().
| std::vector< boost::shared_ptr< demoService::filestats_t > > & demoService::getListOfAvailableFiles | ( | const std::string & | path, | |
| const std::string & | type | |||
| ) |
return the list of FLV files we've found of the specified type
References _, _path, dirent, gnash::key::i, and name.
1.7.1