#include <kconfig.h>
#include <qmap.h>
#include "interfaces.h"
#include "soundformat.h"
#include "soundstreamid.h"
#include "sound_metadata.h"
Go to the source code of this file.
Defines | |
#define | CALL_SNDSTR_SERVER(name, param, call) |
#define | SIZE_T_DONT_CARE ((size_t)(-1)) |
Functions | |
INTERFACE (ISoundStreamServer, ISoundStreamClient) | |
INTERFACE (ISoundStreamClient, ISoundStreamServer) |
#define CALL_SNDSTR_SERVER | ( | name, | |||
param, | |||||
call | ) |
inline int name param const { \ return iConnections.count() ? iConnections.getFirst()->name call : 0; \ }
Definition at line 42 of file soundstreamclient_interfaces.h.
Referenced by INTERFACE().
#define SIZE_T_DONT_CARE ((size_t)(-1)) |
Definition at line 48 of file soundstreamclient_interfaces.h.
INTERFACE | ( | ISoundStreamClient | , | |
ISoundStreamServer | ||||
) |
Definition at line 154 of file soundstreamclient_interfaces.h.
References ANSWERS, CALL_SNDSTR_SERVER, IF_QUERY, IF_RECEIVER_EMPTY, QUERIES, RECEIVERS, and SENDERS.
INTERFACE | ( | ISoundStreamServer | , | |
ISoundStreamClient | ||||
) |
Definition at line 52 of file soundstreamclient_interfaces.h.
References ANSWERS, IF_CON_DESTRUCTOR, IF_SENDER_FINE, and SENDERS.