java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_PREFERRED_RESOLUTION
public static final java.lang.String KEY_MAX_BITRATE
public static final java.lang.String KEY_SUPPORTED_FORMATS
public static final java.lang.String KEY_HAPTIC_SPATIAL_DATA_SUPPORTED
public static final java.lang.String KEY_DIAGONAL_SCREEN_SIZE
public static final java.lang.String KEY_PIXEL_PER_INCH
public static final java.lang.String KEY_SCALE
public static final java.lang.String KEY_PREFERRED_FPS
public static final java.lang.String KEY_ADDITIONAL_VIDEO_STREAMING_CAPABILITIES
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public VideoStreamingCapability()
public VideoStreamingCapability(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
public com.smartdevicelink.proxy.rpc.VideoStreamingCapability setPreferredResolution(ImageResolution res)
public com.smartdevicelink.proxy.rpc.ImageResolution getPreferredResolution()
Set the max bitrate supported by this module. NOTE: Unit is in kbps.
public com.smartdevicelink.proxy.rpc.VideoStreamingCapability setMaxBitrate(Integer maxBitrate)
Retrieves the max bitrate supported by this module. NOTE: Unit is in kbps.
public java.lang.Integer getMaxBitrate()
public com.smartdevicelink.proxy.rpc.VideoStreamingCapability setSupportedFormats(java.util.List<com.smartdevicelink.proxy.rpc.VideoStreamingFormat> formats)
public java.util.List getSupportedFormats()
Deprecated
public java.lang.Boolean getIsHapticSpatialDataSupported()
Deprecated
public com.smartdevicelink.proxy.rpc.VideoStreamingCapability setIsHapticSpatialDataSupported(Boolean hapticSpatialDataSupported)
Gets whether the dead unit supports HapticSpatialData
public java.lang.Boolean isHapticSpatialDataSupported()
Sets whether the dead unit supports HapticSpatialData
public com.smartdevicelink.proxy.rpc.VideoStreamingCapability setHapticSpatialDataSupported(Boolean hapticSpatialDataSupported)
public java.lang.Double getDiagonalScreenSize()
public com.smartdevicelink.proxy.rpc.VideoStreamingCapability setDiagonalScreenSize(Double diagonalScreenSize)
public java.lang.Double getPixelPerInch()
public com.smartdevicelink.proxy.rpc.VideoStreamingCapability setPixelPerInch(Double pixelPerInch)
public java.lang.Double getScale()
public com.smartdevicelink.proxy.rpc.VideoStreamingCapability setScale(Double scale)
Gets the additionalVideoStreamingCapabilities.
public java.util.List getAdditionalVideoStreamingCapabilities()
Sets the additionalVideoStreamingCapabilities.
public com.smartdevicelink.proxy.rpc.VideoStreamingCapability setAdditionalVideoStreamingCapabilities(java.util.List<com.smartdevicelink.proxy.rpc.VideoStreamingCapability> additionalVideoStreamingCapabilities)
public java.lang.Integer getPreferredFPS()
public com.smartdevicelink.proxy.rpc.VideoStreamingCapability setPreferredFPS(Integer preferredFPS)
public void format(Version rpcVersion,boolean formatParams)
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |