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

Definition at line 176 of file MVideo.cc.

References fVideoStandard, and Ioctl().

177 {
178  return Ioctl(VIDIOC_G_STD, &fVideoStandard)==-1;
179 }
int Ioctl(int req, void *opt, bool allowirq=true, bool force=false) const
Definition: MVideo.cc:108
ULong64_t fVideoStandard
Definition: MVideo.h:65

+ Here is the call graph for this function: