Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

◆ 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: