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

Interleaving.

Pascal
TVFInterleaving = (
  Int_None,
  Int_Capture,
  Int_Full,
  Int_None_Buffered
);
C++
enum TVFInterleaving {
  Int_None,
  Int_Capture,
  Int_Full,
  Int_None_Buffered
};
C#
public enum TVFInterleaving {
  Int_None,
  Int_Capture,
  Int_Full,
  Int_None_Buffered
}
Visual Basic
Public Enum TVFInterleaving
  Int_None
  Int_Capture
  Int_Full
  Int_None_Buffered
End Enum
Java
public class TVFInterleaving;
IDL
enum TVFInterleaving {
  Int_None,
  Int_Capture,
  Int_Full,
  Int_None_Buffered
};
JavaScript
TVFInterleaving
PHP
public class TVFInterleaving;

VideoCaptureTypes

Members 
Description 
Int_None 
None.  
Int_Capture 
Capture.  
Int_Full 
Full.  
Int_None_Buffered 
None (Buffered).  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!