|
Twitch SDK (Internal)
|
#include <audioconvertoptions.h>
Classes | |
| struct | DithererOption |
| struct | DithererOption< Options, VoidType< typename Options::Ditherer > > |
| struct | FilterCutoff > 0.0)> > |
| struct | FilterCutoffOption |
| struct | FilterTapCount > 0)> > |
| struct | FilterTypeOption |
| struct | FilterTypeOption< Options, std::enable_if_t<(Options::FilterType !=-1)> > |
| struct | KaiserBeta > 0.0)> > |
| struct | KaiserBetaOption |
| struct | TapCountOption |
Public Types | |
| using | Ditherer = typename DithererOption< PassedOptions >::Type |
Static Public Attributes | |
| static constexpr double | FilterCutoff = FilterCutoffOption<PassedOptions>::Value |
| static constexpr FilterTypeEnum | FilterType = FilterTypeOption<PassedOptions>::Value |
| static constexpr double | KaiserBeta = KaiserBetaOption<PassedOptions>::Value |
| static constexpr size_t | FilterTapCount = TapCountOption<PassedOptions>::Value |
This class, used by other internal classes, simply fills out any missing options with the defaults.
| struct ttv::AudioConvertOptionsDefaulter::DithererOption |
| Class Members | ||
|---|---|---|
| typedef typename Ditherer | Type | |
| struct ttv::AudioConvertOptionsDefaulter::DithererOption< Options, VoidType< typename Options::Ditherer > > |
| Class Members | ||
|---|---|---|
| typedef typename Ditherer | Type | |
| using ttv::AudioConvertOptionsDefaulter< PassedOptions >::Ditherer = typename DithererOption<PassedOptions>::Type |
|
static |
|
static |
|
static |
|
static |
1.8.13