java.lang.Object
public VideoStreamingParameters()
public VideoStreamingParameters(int displayDensity,int frameRate,int bitrate,int interval,ImageResolution resolution,VideoStreamingFormat format)
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 java.lang.String toString()
From Class | Methods |
---|---|
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |