FACT++  1.0
TString MVideo::GetDevType ( int  type) const
private

Definition at line 905 of file MVideo.cc.

References CanCapture(), HasTuner(), VID_TYPE_CHROMAKEY, VID_TYPE_CLIPPING, VID_TYPE_FRAMERAM, VID_TYPE_MONOCHROME, VID_TYPE_OVERLAY, VID_TYPE_SCALES, VID_TYPE_SUBCAPTURE, and VID_TYPE_TELETEXT.

Referenced by Print().

906 {
907  TString rc;
908  if (CanCapture())
909  rc += " capture";
910  if (HasTuner())
911  rc += " tuner";
913  rc += " teletext";
915  rc += " overlay";
917  rc += " chromakey";
919  rc += " clipping";
921  rc += " frameram";
922  if (type&VID_TYPE_SCALES)
923  rc += " scales";
925  rc += " monochrom";
927  rc += " subcapature";
928  return rc;
929 }
#define VID_TYPE_SUBCAPTURE
Definition: videodev.h:56
Bool_t HasTuner() const
Definition: MVideo.cc:869
#define VID_TYPE_TELETEXT
Definition: videodev.h:49
#define VID_TYPE_SCALES
Definition: videodev.h:54
#define VID_TYPE_FRAMERAM
Definition: videodev.h:53
#define VID_TYPE_CHROMAKEY
Definition: videodev.h:51
#define VID_TYPE_CLIPPING
Definition: videodev.h:52
int type
#define VID_TYPE_MONOCHROME
Definition: videodev.h:55
Bool_t CanCapture() const
Definition: MVideo.cc:860
#define VID_TYPE_OVERLAY
Definition: videodev.h:50

+ Here is the call graph for this function:

+ Here is the caller graph for this function: