File: alsa_stream.h

package info (click to toggle)
xawtv 3.102-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,096 kB
  • sloc: ansic: 44,815; perl: 749; sh: 381; cpp: 184; makefile: 128; xml: 18
file content (5 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (12)
1
2
3
4
5
int alsa_thread_startup(const char *pdevice, const char *cdevice, int latency,
			FILE *__error_fp,
			int __verbose);
void alsa_thread_stop(void);
int alsa_thread_is_running(void);