MPD
0.20.15
|
Convert from one integer sample format to another by shifting bits to the right. 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 right.
Definition at line 54 of file ShiftConvert.hxx.
typedef DT RightShiftSampleConvert< SF, DF, ST, DT >::DstTraits |
Definition at line 56 of file ShiftConvert.hxx.
typedef DstTraits::value_type RightShiftSampleConvert< SF, DF, ST, DT >::DV |
Definition at line 59 of file ShiftConvert.hxx.
typedef ST RightShiftSampleConvert< SF, DF, ST, DT >::SrcTraits |
Definition at line 55 of file ShiftConvert.hxx.
typedef SrcTraits::value_type RightShiftSampleConvert< SF, DF, ST, DT >::SV |
Definition at line 58 of file ShiftConvert.hxx.
|
inlinestatic |
Definition at line 64 of file ShiftConvert.hxx.