Phonon
packetpool.h
int poolSize() const
Returns the number of packets that was requested in the constructor.
Definition packetpool.cpp:29
int packetSize() const
Returns the packet size that was set in the constructor.
Definition packetpool.cpp:28
int unusedPackets() const
Returns the number of packets that are still available for use.
Definition packetpool.cpp:30
PacketPool(int packetSize, int numberOfPackets)
Allocates numberOfPackets packets of packetSize bytes each.
Definition packetpool.cpp:84
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.