#include <dr_mtl.h>
Public Attributes | |
char | name [DRMTL_MAX_CHANNEL_NAME] |
The name of the channel. Null terminated. More... | |
drmtl_type | type |
The return type of the channel. More... | |
Definition at line 284 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
char drmtl_channel::name |
The name of the channel. Null terminated.
Definition at line 290 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.
drmtl_type drmtl_channel::type |
The return type of the channel.
Definition at line 287 of file porcupine/demo/c/dr_libs/old/dr_mtl.h.