|
arduino-audio-tools
|
SFINAE helper for FileSeekableSource's auto-quickStart: calls writer.quickStart() if that method exists, no-op otherwise - most WriterT types (e.g. an AVI/WAV decoder) don't have one. More...
Classes | |
| class | HasQuickStart |
Functions | |
| template<typename T > | |
| std::enable_if<!HasQuickStart< T >::value, bool >::type | callQuickStartIfAvailable (T &) |
| template<typename T > | |
| std::enable_if< HasQuickStart< T >::value, bool >::type | callQuickStartIfAvailable (T &writer) |
SFINAE helper for FileSeekableSource's auto-quickStart: calls writer.quickStart() if that method exists, no-op otherwise - most WriterT types (e.g. an AVI/WAV decoder) don't have one.
| std::enable_if<!HasQuickStart< T >::value, bool >::type callQuickStartIfAvailable | ( | T & | ) |
| std::enable_if< HasQuickStart< T >::value, bool >::type callQuickStartIfAvailable | ( | T & | writer | ) |