java.lang.Object
public VideoStreamingParameters()
deprecated constructor of VideoStreamingParameters. This constructor will be removed in the future version.
public VideoStreamingParameters(int displayDensity,int frameRate,int bitrate,int interval,ImageResolution resolution,VideoStreamingFormat format)
new constructor of VideoStreamingParameters, which now has stableFrameRate param.
public VideoStreamingParameters(int displayDensity,int frameRate,int bitrate,int interval,ImageResolution resolution,VideoStreamingFormat format,boolean stableFrameRate)
Will only copy values that are not null or are greater than 0
public VideoStreamingParameters(VideoStreamingParameters params)
Will only copy values that are not null or are greater than 0
public void update(VideoStreamingParameters params)
Update the values contained in the capability that should have been returned through the SystemCapabilityManager. This update will use the most preferred streaming format from the module.
public void update(VideoStreamingCapability capability,String vehicleMake)
public void setDisplayDensity(int displayDensity)
public int getDisplayDensity()
public void setFrameRate(int frameRate)
public int getFrameRate()
public void setBitrate(int bitrate)
public int getBitrate()
public void setInterval(int interval)
public int getInterval()
public void setFormat(VideoStreamingFormat format)
public com.smartdevicelink.proxy.rpc.VideoStreamingFormat getFormat()
public void setResolution(ImageResolution resolution)
public com.smartdevicelink.proxy.rpc.ImageResolution getResolution()
public boolean isStableFrameRate()
public void setStableFrameRate(boolean isStable)
public double getScale()
public double getPreferredDiagonal()
public java.lang.String toString()
From Class | Methods |
---|---|
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |