Photon C++ Client API
5.0.7.3
|
Public Member Functions | |
Resampler (int dstSamples, int channels) | |
virtual Buffer< T > | process (Buffer< T > buf) |
Process a frame of audio data. More... | |
Public Member Functions inherited from ToStringDefaultImplementation | |
virtual JString & | toString (JString &retStr, bool withTypes=false) const |
virtual JString & | toString (JString &retStr, bool withTypes=false) const=0 |
JString | toString (bool withTypes=false) const |
Public Member Functions inherited from ToString | |
virtual | ~ToString (void) |
virtual JString | typeToString (void) const |
JString | toString (bool withTypes=false) const |
Process a frame of audio data.
buf | Buffer containing input audio data |
Implements IProcessor< T >.