FACT++  1.0
Bool_t MVideo::CanCapture ( ) const

Definition at line 860 of file MVideo.cc.

References fCaps, video_capability::type, and VID_TYPE_CAPTURE.

Referenced by GetDevType().

861 {
862  return fCaps.type&VID_TYPE_CAPTURE;
863 }
#define VID_TYPE_CAPTURE
Definition: videodev.h:47
struct video_capability fCaps
Definition: MVideo.h:59

+ Here is the caller graph for this function: