Phonon
packet.cpp
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-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.