Go to the source code of this file.
|
| class | ttv::AudioConvertPipeline< InputBufferFormat, OutputBufferFormat, ContextType > |
| |
| struct | ttv::AudioConvertPipeline< InputBufferFormat, OutputBufferFormat, ContextType >::Binder< Operator, Enable > |
| |
| struct | ttv::AudioConvertPipeline< InputBufferFormat, OutputBufferFormat, ContextType >::Binder< Operator, VoidType< decltype(std::declval< Operator >().Bind(nullptr, {}))> > |
| |
| struct | ttv::AudioConvertPipeline< InputBufferFormat, OutputBufferFormat, ContextType >::RecursiveBinder< Operator, Enable > |
| |
| struct | ttv::AudioConvertPipeline< InputBufferFormat, OutputBufferFormat, ContextType >::RecursiveBinder< Operator, VoidType< decltype(std::declval< Operator >().GetInputSource())> > |
| |
| struct | ttv::AudioConvertPipeline< InputBufferFormat, OutputBufferFormat, ContextType >::Unbinder< Operator, std::enable_if_t< std::is_void< decltype(std::declval< Operator >().Unbind())>::value > > |
| |
| struct | ttv::AudioConvertPipeline< InputBufferFormat, OutputBufferFormat, ContextType >::RecursiveUnbinder< Operator, Enable > |
| |
| struct | ttv::AudioConvertPipeline< InputBufferFormat, OutputBufferFormat, ContextType >::RecursiveUnbinder< Operator, VoidType< decltype(std::declval< Operator >().GetInputSource())> > |
| |
|
| | ttv |
| | JSON (JavaScript Object Notation).
|
| |
|
| template<typename InputBufferFormat , typename OutputBufferFormat , typename ContextType > |
| auto | ttv::MakeAudioConvertPipeline (ContextType &context) |
| |