MPD
0.20.6
|
Convert from one integer sample format to another by shifting bits to the left. More...
#include <ShiftConvert.hxx>
Public Types | |
typedef ST | SrcTraits |
typedef DT | DstTraits |
typedef SrcTraits::value_type | SV |
typedef DstTraits::value_type | DV |
Static Public Member Functions | |
static constexpr DV | Convert (SV src) |
Convert from one integer sample format to another by shifting bits to the left.
Definition at line 32 of file ShiftConvert.hxx.
typedef DT LeftShiftSampleConvert< SF, DF, ST, DT >::DstTraits |
Definition at line 34 of file ShiftConvert.hxx.
typedef DstTraits::value_type LeftShiftSampleConvert< SF, DF, ST, DT >::DV |
Definition at line 37 of file ShiftConvert.hxx.
typedef ST LeftShiftSampleConvert< SF, DF, ST, DT >::SrcTraits |
Definition at line 33 of file ShiftConvert.hxx.
typedef SrcTraits::value_type LeftShiftSampleConvert< SF, DF, ST, DT >::SV |
Definition at line 36 of file ShiftConvert.hxx.
|
inlinestatic |
Definition at line 42 of file ShiftConvert.hxx.