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

Mode.

Pascal
TVFMode = (
  Mode_Video_Capture,
  Mode_Video_Preview,
  Mode_Audio_Capture,
  Mode_Audio_Preview,
  Mode_Screen_Capture,
  Mode_Screen_Preview,
  Mode_IP_Capture,
  Mode_IP_Preview
);
C++
enum TVFMode {
  Mode_Video_Capture,
  Mode_Video_Preview,
  Mode_Audio_Capture,
  Mode_Audio_Preview,
  Mode_Screen_Capture,
  Mode_Screen_Preview,
  Mode_IP_Capture,
  Mode_IP_Preview
};
C#
public enum TVFMode {
  Mode_Video_Capture,
  Mode_Video_Preview,
  Mode_Audio_Capture,
  Mode_Audio_Preview,
  Mode_Screen_Capture,
  Mode_Screen_Preview,
  Mode_IP_Capture,
  Mode_IP_Preview
}
Visual Basic
Public Enum TVFMode
  Mode_Video_Capture
  Mode_Video_Preview
  Mode_Audio_Capture
  Mode_Audio_Preview
  Mode_Screen_Capture
  Mode_Screen_Preview
  Mode_IP_Capture
  Mode_IP_Preview
End Enum
Java
public class TVFMode;
IDL
enum TVFMode {
  Mode_Video_Capture,
  Mode_Video_Preview,
  Mode_Audio_Capture,
  Mode_Audio_Preview,
  Mode_Screen_Capture,
  Mode_Screen_Preview,
  Mode_IP_Capture,
  Mode_IP_Preview
};
JavaScript
TVFMode
PHP
public class TVFMode;

VideoCaptureTypes

Members 
Description 
Mode_Video_Capture 
Video capture.  
Mode_Video_Preview 
Video preview.  
Mode_Audio_Capture 
Audio capture.  
Mode_Audio_Preview 
Audio preview.  
Mode_Screen_Capture 
Screen capture.  
Mode_Screen_Preview 
Screen preview.  
Mode_IP_Capture 
IP capture.  
Mode_IP_Preview 
IP preview.  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!