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

Definition at line 869 of file MVideo.cc.

References fCaps, video_capability::type, and VID_TYPE_TUNER.

Referenced by GetDevType().

870 {
871  return fCaps.type&VID_TYPE_TUNER;
872 }
#define VID_TYPE_TUNER
Definition: videodev.h:48
struct video_capability fCaps
Definition: MVideo.h:59

+ Here is the caller graph for this function: