Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/include/CLAM/ |
Current File : //proc/self/root/usr/include/CLAM/MonoOfflineNetworkPlayer.hxx |
//TODO add mp3/ogg support to NetworkPlayer and deprecate this class. OfflineNetworkPlayer excepts multi-track wav files #ifndef _MonoOfflineNetworkPlayer_hxx_ #define _MonoOfflineNetworkPlayer_hxx_ #include "NetworkPlayer.hxx" #include "AudioSource.hxx" #include "AudioSink.hxx" namespace CLAM { class MonoOfflineNetworkPlayer : public NetworkPlayer { std::vector<std::string> _filenames; bool _enableLoopInputWavs; float _resultWavsTime; public: MonoOfflineNetworkPlayer() : _enableLoopInputWavs(false) , _resultWavsTime(0.0) {} void AddInputFile( const std::string& ); void AddOutputFile( const std::string& ); // base class (virtual) interface: bool IsWorking(); std::string NonWorkingReason(); virtual bool IsRealTime() const { return false; } virtual void Start(); virtual void Stop(); void ProcessInputFile(); // specific interface - not inherited void EnableLoopInputWavs() { _enableLoopInputWavs=true; } void SetResultWavsTime( double time) { _resultWavsTime=time; } }; } #endif
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare