|
Twitch SDK (Internal)
|
#include <array>#include <cmath>Go to the source code of this file.
Namespaces | |
| ttv | |
| JSON (JavaScript Object Notation). | |
Functions | |
| SampleRange | ttv::IntersectSampleRanges (SampleRange firstRange, SampleRange secondRange) |
| SampleRange | ttv::ExtendSampleRange (SampleRange range, SampleRange extension) |
| template<typename IntegralType > | |
| constexpr size_t | ttv::BisectRange () |
| template<typename SampleType > | |
| std::enable_if_t< std::is_floating_point< SampleType >::value, SampleType > | ttv::ClampAndCastSample (double input) |
| template<typename SampleType > | |
| std::enable_if_t< std::is_integral< SampleType >::value, SampleType > | ttv::ClampAndCastSample (double input) |
Variables | |
| constexpr double | ttv::kPi = 3.14159265358979323846 |
1.8.13