VisioForge Video Edit SDK (Delphi / ActiveX)
|
Output format.
TVFOutputFormat = ( Format_AVI, Format_WMV, Format_DV, Format_MKV, Format_PCM_ACM, Format_OggVorbis, Format_WMA, Format_LAME, Format_Custom, Format_FFMPEG, Format_WebM, Format_MP4, Format_Encrypted );
enum TVFOutputFormat { Format_AVI, Format_WMV, Format_DV, Format_MKV, Format_PCM_ACM, Format_OggVorbis, Format_WMA, Format_LAME, Format_Custom, Format_FFMPEG, Format_WebM, Format_MP4, Format_Encrypted };
public enum TVFOutputFormat { Format_AVI, Format_WMV, Format_DV, Format_MKV, Format_PCM_ACM, Format_OggVorbis, Format_WMA, Format_LAME, Format_Custom, Format_FFMPEG, Format_WebM, Format_MP4, Format_Encrypted }
Public Enum TVFOutputFormat Format_AVI Format_WMV Format_DV Format_MKV Format_PCM_ACM Format_OggVorbis Format_WMA Format_LAME Format_Custom Format_FFMPEG Format_WebM Format_MP4 Format_Encrypted End Enum
public class TVFOutputFormat;
enum TVFOutputFormat { Format_AVI, Format_WMV, Format_DV, Format_MKV, Format_PCM_ACM, Format_OggVorbis, Format_WMA, Format_LAME, Format_Custom, Format_FFMPEG, Format_WebM, Format_MP4, Format_Encrypted };
TVFOutputFormat
public class TVFOutputFormat;
VideoEditTypes
Members |
Description |
Format_AVI |
AVI. |
Format_WMV |
WMV. |
Format_DV |
DV. |
Format_MKV |
MKV. |
Format_PCM_ACM |
PCM / ACM. |
Format_OggVorbis |
OGG Vorbis. |
Format_WMA |
WMA. |
Format_LAME |
LAME. |
Format_Custom |
Custom. |
Format_FFMPEG |
FFMPEG. |
Format_WebM |
WebM. |
Format_MP4 |
MP4 H264 / AAC. |
Format_Encrypted |
Encrypted video. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|