webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::UpSampler Class Reference

#include <UpSampler.h>

Public Member Functions

 UpSampler (size_t inputBlockSize)
 
void process (const float *sourceP, float *destP, size_t sourceFramesToProcess)
 
void reset ()
 
size_t latencyFrames () const
 

Constructor & Destructor Documentation

◆ UpSampler()

WebCore::UpSampler::UpSampler ( size_t  inputBlockSize)

Member Function Documentation

◆ latencyFrames()

size_t WebCore::UpSampler::latencyFrames ( ) const

◆ process()

void WebCore::UpSampler::process ( const float *  sourceP,
float *  destP,
size_t  sourceFramesToProcess 
)

◆ reset()

void WebCore::UpSampler::reset ( )

The documentation for this class was generated from the following file: