com.amx.duet.impl.marantz.dv7600.v1_0_0
Class MarantzDV7600AspectRatio

java.lang.Object
  extended bycom.amx.duet.devicesdk.base.TypeSafeEnumBase
      extended bycom.amx.duet.devicesdk.type.AspectRatio
          extended bycom.amx.duet.impl.marantz.dv7600.v1_0_0.MarantzDV7600AspectRatio

public class MarantzDV7600AspectRatio
extends com.amx.duet.devicesdk.type.AspectRatio


Field Summary
static MarantzDV7600AspectRatio SQUEEZE
          SQUEEZE Shows an image when the video source has the same resolution to RGB/VIDEO signal with 720 or less vertical pixel number
static java.util.List VALUES
           
 
Fields inherited from class com.amx.duet.devicesdk.type.AspectRatio
ANAMORPHIC, INVALID, NORMAL, WIDESCREEN
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.amx.duet.devicesdk.type.AspectRatio
fromString
 
Methods inherited from class com.amx.duet.devicesdk.base.TypeSafeEnumBase
equals, fromString, getName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SQUEEZE

public static final MarantzDV7600AspectRatio SQUEEZE
SQUEEZE Shows an image when the video source has the same resolution to RGB/VIDEO signal with 720 or less vertical pixel number


VALUES

public static final java.util.List VALUES
Method Detail

toString

public java.lang.String toString()