VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFScreenCaptureMode Enumeration

Screen capture mode.

Pascal
TVFScreenCaptureMode = (
  SCM_Screen,
  SCM_Picture,
  SCM_Color,
  SCM_Window,
  SCM_Screen_FFMPEG
);
C++
enum TVFScreenCaptureMode {
  SCM_Screen,
  SCM_Picture,
  SCM_Color,
  SCM_Window,
  SCM_Screen_FFMPEG
};
C#
public enum TVFScreenCaptureMode {
  SCM_Screen,
  SCM_Picture,
  SCM_Color,
  SCM_Window,
  SCM_Screen_FFMPEG
}
Visual Basic
Public Enum TVFScreenCaptureMode
  SCM_Screen
  SCM_Picture
  SCM_Color
  SCM_Window
  SCM_Screen_FFMPEG
End Enum
Java
public class TVFScreenCaptureMode;
IDL
enum TVFScreenCaptureMode {
  SCM_Screen,
  SCM_Picture,
  SCM_Color,
  SCM_Window,
  SCM_Screen_FFMPEG
};
JavaScript
TVFScreenCaptureMode
PHP
public class TVFScreenCaptureMode;

VideoCaptureTypes

Members 
Description 
SCM_Screen 
Screen.  
SCM_Picture 
Picture. Not implemented yet.  
SCM_Color 
Color. Not implemented yet.  
SCM_Window 
Window.  
SCM_Screen_FFMPEG 
Screen (FFMPEG).  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!