FACT++  1.0
Bool_t MVideo::GetTunerAbilities ( )
private

Definition at line 185 of file MVideo.cc.

References fAbil, Ioctl(), video_tuner::tuner, and VIDIOCGTUNER.

186 {
187  fAbil.tuner = 0; // FIXME?
188  return Ioctl(VIDIOCGTUNER, &fAbil)!=-1;
189 }
int Ioctl(int req, void *opt, bool allowirq=true, bool force=false) const
Definition: MVideo.cc:108
struct video_tuner fAbil
Definition: MVideo.h:63
int tuner
Definition: videodev.h:87
#define VIDIOCGTUNER
Definition: videodev.h:233

+ Here is the call graph for this function: