Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QCoreAudioPacketFeeder Class Reference

#include <qdarwinaudiosource_p.h>

+ Collaboration diagram for QCoreAudioPacketFeeder:

Public Member Functions

 QCoreAudioPacketFeeder (QCoreAudioBufferList *abl)
 
bool feed (AudioBufferList &dst, UInt32 &packetCount)
 
bool empty () const
 

Detailed Description

Definition at line 60 of file qdarwinaudiosource_p.h.

Constructor & Destructor Documentation

◆ QCoreAudioPacketFeeder()

QCoreAudioPacketFeeder::QCoreAudioPacketFeeder ( QCoreAudioBufferList abl)

Definition at line 124 of file qdarwinaudiosource.mm.

References QCoreAudioBufferList::packetCount().

+ Here is the call graph for this function:

Member Function Documentation

◆ empty()

bool QCoreAudioPacketFeeder::empty ( ) const

Definition at line 150 of file qdarwinaudiosource.mm.

Referenced by QDarwinAudioSourceBuffer::renderFromDevice().

+ Here is the caller graph for this function:

◆ feed()

bool QCoreAudioPacketFeeder::feed ( AudioBufferList &  dst,
UInt32 &  packetCount 
)

Definition at line 131 of file qdarwinaudiosource.mm.

References QCoreAudioBufferList::data(), and QCoreAudioBufferList::packetSize().

+ Here is the call graph for this function:

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