Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFStretchMode Enumeration

Stretch mode.

Pascal
TVFStretchMode = (
  sm_stretch,
  sm_letterbox,
  sm_crop,
  sm_none
);
C++
enum TVFStretchMode {
  sm_stretch,
  sm_letterbox,
  sm_crop,
  sm_none
};
C#
public enum TVFStretchMode {
  sm_stretch,
  sm_letterbox,
  sm_crop,
  sm_none
}
Visual Basic
Public Enum TVFStretchMode
  sm_stretch
  sm_letterbox
  sm_crop
  sm_none
End Enum
Java
public class TVFStretchMode;
IDL
enum TVFStretchMode {
  sm_stretch,
  sm_letterbox,
  sm_crop,
  sm_none
};
JavaScript
TVFStretchMode

MediaPlayerTypes

Members 
Description 
sm_stretch 
Stretch.  
sm_letterbox 
Letterbox.  
sm_crop 
Crop.  
sm_none 
None.  
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!