GNUnet 0.21.2
Recording Struct Reference

A recording we made. More...

Collaboration diagram for Recording:
[legend]

Data Fields

struct Recordingnext
 Kept in a DLL. More...
 
struct Recordingprev
 Kept in a DLL. More...
 
size_t size
 Number of bytes that follow. More...
 

Detailed Description

A recording we made.

Definition at line 40 of file gnunet-conversation-test.c.

Field Documentation

◆ next

struct Recording* Recording::next

Kept in a DLL.

Definition at line 45 of file gnunet-conversation-test.c.

Referenced by switch_to_speaker().

◆ prev

struct Recording* Recording::prev

Kept in a DLL.

Definition at line 50 of file gnunet-conversation-test.c.

◆ size

size_t Recording::size

Number of bytes that follow.

Definition at line 55 of file gnunet-conversation-test.c.

Referenced by record().


The documentation for this struct was generated from the following file: