Displaying 2 results from an estimated 2 matches for "qbytearray".
Did you mean:
bytearray
2009 Feb 13
1
Decoding from memory using libfishsound
...cket.
oggz = oggz_open_stdio(newfile,OGGZ_READ);
oggz_set_read_callback (oggz, -1, read_packet, fsound);
while ((n = oggz_read (oggz, 1024)) > 0);
I've tried to create object using oggz_new, a write from memory data
using oggz_read, but it doesn't worked.
Data from package is stored in QByteArray which can return char*.
Please help me, because I'm stucked at least
a month and can't find a solution.
Lukasz
2018 Jul 12
4
[Bug 107210] New: Segment Fault while opening thunderbitf windows
...sr/lib/libkwin.so.5
#28 0x00007fac701d8b7c in KWin::Client::windowEvent(xcb_generic_event_t*) () at
/usr/lib/libkwin.so.5
#29 0x00007fac701d9970 in KWin::Workspace::workspaceEvent(xcb_generic_event_t*)
() at /usr/lib/libkwin.so.5
#30 0x00007fac6d9fb51f in
QAbstractEventDispatcher::filterNativeEvent(QByteArray const&, void*, long*) ()
at /usr/lib/libQt5Core.so.5
#31 0x00007fac58a1aa22 in QXcbConnection::handleXcbEvent(xcb_generic_event_t*)
() at /usr/lib/libQt5XcbQpa.so.5
#32 0x00007fac58a1b60d in QXcbConnection::processXcbEvents() () at
/usr/lib/libQt5XcbQpa.so.5
#33 0x00007fac6da28182 in QObject::e...