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

#include <DownSampler.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ DownSampler()

WebCore::DownSampler::DownSampler ( size_t  inputBlockSize)

Member Function Documentation

◆ latencyFrames()

size_t WebCore::DownSampler::latencyFrames ( ) const

◆ process()

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

◆ reset()

void WebCore::DownSampler::reset ( )

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