/filesystems/procfs/sequencegrab/procfs_sequencegrab.h

http://macfuse.googlecode.com/ · C Header · 12 lines · 8 code · 4 blank · 0 comment · 0 complexity · 39ed09f7b70e4ad65c6dbd44b1edeb95 MD5 · raw file

  1. #ifndef _PROCFS_SEQUENCEGRAB_H_
  2. #define _PROCFS_SEQUENCEGRAB_H_
  3. #include <CoreFoundation/CoreFoundation.h>
  4. #define CAMERA_TRIGGER_THRESHOLD 4
  5. #define CAMERA_ACTIVE_DURATION 1
  6. int PROCFS_GetTIFFFromCamera(CFMutableDataRef *data);
  7. off_t PROCFS_GetTIFFSizeFromCamera(void);
  8. #endif /* _PROCFS_SEQUENCEGRAB_H_ */