
Go to the source code of this file.
Classes | |
| struct | capture |
Functions | |
| void | cleanup (int sig) |
| void | in_callback (freenect_device *dev, int num_samples, int32_t *mic1, int32_t *mic2, int32_t *mic3, int32_t *mic4, int16_t *cancelled, void *unknown) |
| int | main (int argc, char **argv) |
Variables | |
| int | die = 0 |
| static freenect_context * | f_ctx |
| static freenect_device * | f_dev |
| char | wavheader [] |
| void cleanup | ( | int | sig | ) |
Definition at line 68 of file wavrecord.c.
| void in_callback | ( | freenect_device * | dev, |
| int | num_samples, | ||
| int32_t * | mic1, | ||
| int32_t * | mic2, | ||
| int32_t * | mic3, | ||
| int32_t * | mic4, | ||
| int16_t * | cancelled, | ||
| void * | unknown | ||
| ) |
Definition at line 55 of file wavrecord.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 73 of file wavrecord.c.
| int die = 0 |
Definition at line 34 of file wavrecord.c.
|
static |
Definition at line 32 of file wavrecord.c.
|
static |
Definition at line 33 of file wavrecord.c.
| char wavheader[] |
Definition at line 36 of file wavrecord.c.