Phonon
packet.h
const char * data() const
Returns a pointer to read the data this packet references.
Definition packet.cpp:54
bool operator!=(const Packet &rhs) const
Returns whether the packets reference different data.
Definition packet.cpp:52
void setSize(int size)
Sets how many bytes in the data pointer have a defined value.
Definition packet.cpp:57
bool operator==(const Packet &rhs) const
Returns whether the packets reference the same data.
Definition packet.cpp:51
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.