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

WMV mode.

Pascal
TVFWMVMode = (
  VF_WM_ExternalProfile,
  VF_WM_InternalProfile,
  VF_WM_CustomSettings,
  VF_WM_V8_SystemProfile
);
C++
enum TVFWMVMode {
  VF_WM_ExternalProfile,
  VF_WM_InternalProfile,
  VF_WM_CustomSettings,
  VF_WM_V8_SystemProfile
};
C#
public enum TVFWMVMode {
  VF_WM_ExternalProfile,
  VF_WM_InternalProfile,
  VF_WM_CustomSettings,
  VF_WM_V8_SystemProfile
}
Visual Basic
Public Enum TVFWMVMode
  VF_WM_ExternalProfile
  VF_WM_InternalProfile
  VF_WM_CustomSettings
  VF_WM_V8_SystemProfile
End Enum
Java
public class TVFWMVMode;
IDL
enum TVFWMVMode {
  VF_WM_ExternalProfile,
  VF_WM_InternalProfile,
  VF_WM_CustomSettings,
  VF_WM_V8_SystemProfile
};
JavaScript
TVFWMVMode
PHP
public class TVFWMVMode;

VideoCaptureTypes

Members 
Description 
VF_WM_ExternalProfile 
WM external profile.  
VF_WM_InternalProfile 
WM internal profile.  
VF_WM_CustomSettings 
WM custom settings.  
VF_WM_V8_SystemProfile 
WM system profile (version 8).  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!