VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoStretchMode Enumeration

Stretch mode.

Pascal
TVFVideoStretchMode = (
  STR_Stretch,
  STR_Letterbox,
  STR_Crop
);
C++
enum TVFVideoStretchMode {
  STR_Stretch,
  STR_Letterbox,
  STR_Crop
};
C#
public enum TVFVideoStretchMode {
  STR_Stretch,
  STR_Letterbox,
  STR_Crop
}
Visual Basic
Public Enum TVFVideoStretchMode
  STR_Stretch
  STR_Letterbox
  STR_Crop
End Enum
Java
public class TVFVideoStretchMode;
IDL
enum TVFVideoStretchMode {
  STR_Stretch,
  STR_Letterbox,
  STR_Crop
};
JavaScript
TVFVideoStretchMode
PHP
public class TVFVideoStretchMode;

VideoEditTypes

Members 
Description 
STR_Stretch 
Stretch video.  
STR_Letterbox 
Letterbox mode.  
STR_Crop 
Crop video.  
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!