Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
VideoStreamingRange

Class VideoStreamingRange

Hierarchy

java.lang.Object

Package
com.smartdevicelink.managers.video.resolution

Constructors

VideoStreamingRange( Resolution minimumResolution, Resolution maximumResolution, Double minimumDiagonal, Double minimumAspectRatio, Double maximumAspectRatio )

public VideoStreamingRange(Resolution minimumResolution,Resolution maximumResolution,Double minimumDiagonal,Double minimumAspectRatio,Double maximumAspectRatio)

Constructor Parameters

minimumResolution
maximumResolution
minimumDiagonal
minimumAspectRatio
maximumAspectRatio

Methods

getMinimumResolution()

public com.smartdevicelink.managers.video.resolution.Resolution getMinimumResolution()

getMaximumResolution()

public com.smartdevicelink.managers.video.resolution.Resolution getMaximumResolution()

getMinimumDiagonal()

public java.lang.Double getMinimumDiagonal()

getMinimumAspectRatio()

public java.lang.Double getMinimumAspectRatio()

getMaximumAspectRatio()

public java.lang.Double getMaximumAspectRatio()

setMinSupportedResolution( Resolution minSupportedResolution )

public com.smartdevicelink.managers.video.resolution.VideoStreamingRange setMinSupportedResolution(Resolution minSupportedResolution)

Method Parameters

minSupportedResolution

setMaxSupportedResolution( Resolution maxSupportedResolution )

public com.smartdevicelink.managers.video.resolution.VideoStreamingRange setMaxSupportedResolution(Resolution maxSupportedResolution)

Method Parameters

maxSupportedResolution

setMinimumDiagonal( Double minimumDiagonal )

public com.smartdevicelink.managers.video.resolution.VideoStreamingRange setMinimumDiagonal(Double minimumDiagonal)

Method Parameters

minimumDiagonal

setMinimumAspectRatio( Double minimumAspectRatio )

public com.smartdevicelink.managers.video.resolution.VideoStreamingRange setMinimumAspectRatio(Double minimumAspectRatio)

Method Parameters

minimumAspectRatio

setMaximumAspectRatio( Double maximumAspectRatio )

public com.smartdevicelink.managers.video.resolution.VideoStreamingRange setMaximumAspectRatio(Double maximumAspectRatio)

Method Parameters

maximumAspectRatio

isImageResolutionInRange( ImageResolution currentResolution )

public java.lang.Boolean isImageResolutionInRange(ImageResolution currentResolution)

Method Parameters

currentResolution

isAspectRatioInRange( Double aspectRatio )

public java.lang.Boolean isAspectRatioInRange(Double aspectRatio)

Method Parameters

aspectRatio

Inherited Methods

From Class Methods
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section