![]()  | 
  
    Qt 6.x
    
   The Qt SDK 
   | 
 
#include <qwindowsresampler_p.h>
 Collaboration diagram for QWindowsResampler:Public Member Functions | |
| QWindowsResampler () | |
| ~QWindowsResampler () | |
| bool | setup (const QAudioFormat &in, const QAudioFormat &out) | 
| QByteArray | resample (const QByteArrayView &in) | 
| QByteArray | resample (IMFSample *sample) | 
| QAudioFormat | inputFormat () const | 
| QAudioFormat | outputFormat () const | 
| quint64 | outputBufferSize (quint64 inputBufferSize) const | 
| quint64 | inputBufferSize (quint64 outputBufferSize) const | 
| quint64 | totalInputBytes () const | 
| quint64 | totalOutputBytes () const | 
Definition at line 33 of file qwindowsresampler_p.h.
| QWindowsResampler::QWindowsResampler | ( | ) | 
| QWindowsResampler::~QWindowsResampler | ( | ) | 
Definition at line 34 of file qwindowsresampler.cpp.
Definition at line 47 of file qwindowsresampler.cpp.
References QAudioFormat::bytesForDuration(), QAudioFormat::durationForBytes(), QAudioFormat::isValid(), and outputBufferSize().
Referenced by QWindowsAudioSink::bytesFree(), and outputBufferSize().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 44 of file qwindowsresampler_p.h.
Referenced by QWindowsAudioSource::bytesReady().
 Here is the caller graph for this function:Definition at line 39 of file qwindowsresampler.cpp.
References QAudioFormat::bytesForDuration(), QAudioFormat::durationForBytes(), inputBufferSize(), and QAudioFormat::isValid().
Referenced by inputBufferSize().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 45 of file qwindowsresampler_p.h.
Referenced by QWindowsAudioSink::bytesFree(), QWindowsAudioSource::bytesReady(), and QWindowsAudioSource::processedUSecs().
 Here is the caller graph for this function:| QByteArray QWindowsResampler::resample | ( | const QByteArrayView & | in | ) | 
Definition at line 139 of file qwindowsresampler.cpp.
| QByteArray QWindowsResampler::resample | ( | IMFSample * | sample | ) | 
Definition at line 163 of file qwindowsresampler.cpp.
| bool QWindowsResampler::setup | ( | const QAudioFormat & | in, | 
| const QAudioFormat & | out | ||
| ) | 
Definition at line 202 of file qwindowsresampler.cpp.
References QWindowsAudioUtils::formatToMediaType(), qCDebug, and qCWarning.
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 50 of file qwindowsresampler_p.h.
Referenced by QWindowsAudioSink::processedUSecs().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 51 of file qwindowsresampler_p.h.
Referenced by QWindowsAudioSource::processedUSecs().
 Here is the caller graph for this function: