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

Property page.

Pascal
TVFPropertyPage = (
  ppDefault,
  ppVFWCapDisplay,
  ppVFWCapFormat,
  ppVFWCapSource,
  ppVFWCompConfig,
  ppVFWCompAbout
);
C++
enum TVFPropertyPage {
  ppDefault,
  ppVFWCapDisplay,
  ppVFWCapFormat,
  ppVFWCapSource,
  ppVFWCompConfig,
  ppVFWCompAbout
};
C#
public enum TVFPropertyPage {
  ppDefault,
  ppVFWCapDisplay,
  ppVFWCapFormat,
  ppVFWCapSource,
  ppVFWCompConfig,
  ppVFWCompAbout
}
Visual Basic
Public Enum TVFPropertyPage
  ppDefault
  ppVFWCapDisplay
  ppVFWCapFormat
  ppVFWCapSource
  ppVFWCompConfig
  ppVFWCompAbout
End Enum
Java
public class TVFPropertyPage;
IDL
enum TVFPropertyPage {
  ppDefault,
  ppVFWCapDisplay,
  ppVFWCapFormat,
  ppVFWCapSource,
  ppVFWCompConfig,
  ppVFWCompAbout
};
JavaScript
TVFPropertyPage
PHP
public class TVFPropertyPage;

VideoCaptureTypes

Members 
Description 
ppDefault 
Simple property page.  
ppVFWCapDisplay 
Capture Video source dialog box.  
ppVFWCapFormat 
Capture Video format dialog box.  
ppVFWCapSource 
Capture Video source dialog box.  
ppVFWCompConfig 
Compress Configure dialog box.  
ppVFWCompAbout 
Compress About Dialog box.  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!