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

Output format.

Pascal
TVFOutputFormat = (
  Format_AVI,
  Format_WMV,
  Format_DV,
  Format_MKV,
  Format_PCM_ACM,
  Format_WMA,
  Format_LAME,
  Format_Custom,
  Format_DirectStream_DV,
  Format_DirectStream_MPEG,
  Format_FFMPEG,
  Format_WebM,
  Format_MP4,
  Format_Encrypted
);
C++
enum TVFOutputFormat {
  Format_AVI,
  Format_WMV,
  Format_DV,
  Format_MKV,
  Format_PCM_ACM,
  Format_WMA,
  Format_LAME,
  Format_Custom,
  Format_DirectStream_DV,
  Format_DirectStream_MPEG,
  Format_FFMPEG,
  Format_WebM,
  Format_MP4,
  Format_Encrypted
};
C#
public enum TVFOutputFormat {
  Format_AVI,
  Format_WMV,
  Format_DV,
  Format_MKV,
  Format_PCM_ACM,
  Format_WMA,
  Format_LAME,
  Format_Custom,
  Format_DirectStream_DV,
  Format_DirectStream_MPEG,
  Format_FFMPEG,
  Format_WebM,
  Format_MP4,
  Format_Encrypted
}
Visual Basic
Public Enum TVFOutputFormat
  Format_AVI
  Format_WMV
  Format_DV
  Format_MKV
  Format_PCM_ACM
  Format_WMA
  Format_LAME
  Format_Custom
  Format_DirectStream_DV
  Format_DirectStream_MPEG
  Format_FFMPEG
  Format_WebM
  Format_MP4
  Format_Encrypted
End Enum
Java
public class TVFOutputFormat;
IDL
enum TVFOutputFormat {
  Format_AVI,
  Format_WMV,
  Format_DV,
  Format_MKV,
  Format_PCM_ACM,
  Format_WMA,
  Format_LAME,
  Format_Custom,
  Format_DirectStream_DV,
  Format_DirectStream_MPEG,
  Format_FFMPEG,
  Format_WebM,
  Format_MP4,
  Format_Encrypted
};
JavaScript
TVFOutputFormat
PHP
public class TVFOutputFormat;

VideoCaptureTypes

Members 
Description 
Format_AVI 
AVI.  
Format_WMV 
WMV.  
Format_DV 
DV.  
Format_MKV 
MKV.  
Format_PCM_ACM 
PCM / ACM.  
Format_WMA 
WMA.  
Format_LAME 
LAME.  
Format_Custom 
Custom.  
Format_DirectStream_DV 
DirectStream DV.  
Format_DirectStream_MPEG 
DirectStream MPEG.  
Format_FFMPEG 
FFMPEG.  
Format_WebM 
WebM.  
Format_MP4 
MP4 H264 / AAC.  
Format_Encrypted 
Encrypted video.  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!