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

Definition at line 167 of file MVideo.cc.

References fProp, Ioctl(), and VIDIOCGPICT.

168 {
169  return Ioctl(VIDIOCGPICT, &fProp)!=-1;
170 }
struct video_picture fProp
Definition: MVideo.h:62
int Ioctl(int req, void *opt, bool allowirq=true, bool force=false) const
Definition: MVideo.cc:108
#define VIDIOCGPICT
Definition: videodev.h:235

+ Here is the call graph for this function: