VisioForge Video Edit SDK (Delphi / ActiveX)
|
Stretch mode.
TVFVideoStretchMode = ( STR_Stretch, STR_Letterbox, STR_Crop );
enum TVFVideoStretchMode { STR_Stretch, STR_Letterbox, STR_Crop };
public enum TVFVideoStretchMode { STR_Stretch, STR_Letterbox, STR_Crop }
Public Enum TVFVideoStretchMode STR_Stretch STR_Letterbox STR_Crop End Enum
public class TVFVideoStretchMode;
enum TVFVideoStretchMode { STR_Stretch, STR_Letterbox, STR_Crop };
TVFVideoStretchMode
public class TVFVideoStretchMode;
VideoEditTypes
Members |
Description |
STR_Stretch |
Stretch video. |
STR_Letterbox |
Letterbox mode. |
STR_Crop |
Crop video. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|