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

FFMPEG output format.

Pascal
TVFFFMPEGOutputFormat = (
  FFMPEGOutputFormat_FLV,
  FFMPEGOutputFormat_MPEG1,
  FFMPEGOutputFormat_MPEG1VCD,
  FFMPEGOutputFormat_MPEG2,
  FFMPEGOutputFormat_MPEG2TS,
  FFMPEGOutputFormat_MPEG2SVCD,
  FFMPEGOutputFormat_MPEG2DVD,
  FFMPEGOutputFormat_MPEG4
);
C++
enum TVFFFMPEGOutputFormat {
  FFMPEGOutputFormat_FLV,
  FFMPEGOutputFormat_MPEG1,
  FFMPEGOutputFormat_MPEG1VCD,
  FFMPEGOutputFormat_MPEG2,
  FFMPEGOutputFormat_MPEG2TS,
  FFMPEGOutputFormat_MPEG2SVCD,
  FFMPEGOutputFormat_MPEG2DVD,
  FFMPEGOutputFormat_MPEG4
};
C#
public enum TVFFFMPEGOutputFormat {
  FFMPEGOutputFormat_FLV,
  FFMPEGOutputFormat_MPEG1,
  FFMPEGOutputFormat_MPEG1VCD,
  FFMPEGOutputFormat_MPEG2,
  FFMPEGOutputFormat_MPEG2TS,
  FFMPEGOutputFormat_MPEG2SVCD,
  FFMPEGOutputFormat_MPEG2DVD,
  FFMPEGOutputFormat_MPEG4
}
Visual Basic
Public Enum TVFFFMPEGOutputFormat
  FFMPEGOutputFormat_FLV
  FFMPEGOutputFormat_MPEG1
  FFMPEGOutputFormat_MPEG1VCD
  FFMPEGOutputFormat_MPEG2
  FFMPEGOutputFormat_MPEG2TS
  FFMPEGOutputFormat_MPEG2SVCD
  FFMPEGOutputFormat_MPEG2DVD
  FFMPEGOutputFormat_MPEG4
End Enum
Java
public class TVFFFMPEGOutputFormat;
IDL
enum TVFFFMPEGOutputFormat {
  FFMPEGOutputFormat_FLV,
  FFMPEGOutputFormat_MPEG1,
  FFMPEGOutputFormat_MPEG1VCD,
  FFMPEGOutputFormat_MPEG2,
  FFMPEGOutputFormat_MPEG2TS,
  FFMPEGOutputFormat_MPEG2SVCD,
  FFMPEGOutputFormat_MPEG2DVD,
  FFMPEGOutputFormat_MPEG4
};
JavaScript
TVFFFMPEGOutputFormat
PHP
public class TVFFFMPEGOutputFormat;

VideoCaptureTypes

Members 
Description 
FFMPEGOutputFormat_FLV 
Flash video.  
FFMPEGOutputFormat_MPEG1 
MPEG-1.  
FFMPEGOutputFormat_MPEG1VCD 
MPEG-1 VCD.  
FFMPEGOutputFormat_MPEG2 
MPEG-2.  
FFMPEGOutputFormat_MPEG2TS 
MPEG-2 Transport Stream.  
FFMPEGOutputFormat_MPEG2SVCD 
MPEG-2 SVCD.  
FFMPEGOutputFormat_MPEG2DVD 
MPEG-2 DVD.  
FFMPEGOutputFormat_MPEG4 
MPEG-4 ASP.  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!