FACT++  1.0
TString MVideo::GetChannelType ( Int_t  type) const
private

Definition at line 985 of file MVideo.cc.

References VIDEO_TYPE_CAMERA, and VIDEO_TYPE_TV.

Referenced by Print().

986 {
987  if (type&VIDEO_TYPE_TV)
988  return "TV";
990  return "Camera";
991  return "unknown";
992 }
int type
#define VIDEO_TYPE_TV
Definition: videodev.h:80
#define VIDEO_TYPE_CAMERA
Definition: videodev.h:81

+ Here is the caller graph for this function: