MPD
0.20.15
|
#include <Traits.hxx>
Public Types | |
typedef int32_t | value_type |
typedef value_type * | pointer_type |
typedef const value_type * | const_pointer_type |
typedef int_least64_t | sum_type |
typedef int_least64_t | long_type |
Static Public Attributes | |
static constexpr size_t | SAMPLE_SIZE = sizeof(value_type) |
static constexpr unsigned | BITS = sizeof(value_type) * 8 |
static constexpr value_type | MIN = -(sum_type(1) << (BITS - 1)) |
static constexpr value_type | MAX = (sum_type(1) << (BITS - 1)) - 1 |
static constexpr value_type | SILENCE = 0 |
Definition at line 113 of file Traits.hxx.
typedef const value_type* SampleTraits< SampleFormat::S32 >::const_pointer_type |
Definition at line 116 of file Traits.hxx.
typedef int_least64_t SampleTraits< SampleFormat::S32 >::long_type |
Definition at line 119 of file Traits.hxx.
typedef value_type* SampleTraits< SampleFormat::S32 >::pointer_type |
Definition at line 115 of file Traits.hxx.
typedef int_least64_t SampleTraits< SampleFormat::S32 >::sum_type |
Definition at line 118 of file Traits.hxx.
typedef int32_t SampleTraits< SampleFormat::S32 >::value_type |
Definition at line 114 of file Traits.hxx.
|
static |
Definition at line 122 of file Traits.hxx.
|
static |
Definition at line 125 of file Traits.hxx.
|
static |
Definition at line 124 of file Traits.hxx.
|
static |
Definition at line 121 of file Traits.hxx.
|
static |
Definition at line 126 of file Traits.hxx.