A recording we made. More...
Data Fields | |
struct Recording * | next |
Kept in a DLL. More... | |
struct Recording * | prev |
Kept in a DLL. More... | |
size_t | size |
Number of bytes that follow. More... | |
A recording we made.
Definition at line 40 of file gnunet-conversation-test.c.
struct Recording* Recording::next |
Kept in a DLL.
Definition at line 45 of file gnunet-conversation-test.c.
Referenced by switch_to_speaker().
struct Recording* Recording::prev |
Kept in a DLL.
Definition at line 50 of file gnunet-conversation-test.c.
size_t Recording::size |
Number of bytes that follow.
Definition at line 55 of file gnunet-conversation-test.c.
Referenced by record().