You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {object} parameters - An object map of parameters.
43
+
* @since SmartDeviceLink 7.1.0
44
+
*/
45
+
constructor(parameters){
46
+
super(parameters);
47
+
}
48
+
49
+
/**
50
+
* Set the AppCapabilityType
51
+
* @param {AppCapabilityType} type - Used as a descriptor of what data to expect in this struct. The corresponding param to this enum should be included and the only other param included. - The desired AppCapabilityType.
52
+
* @returns {AppCapability} - The class instance for method chaining.
* @param {VideoStreamingCapability[]} capabilities - Contains information about this system's video streaming capabilities. - The desired AdditionalVideoStreamingCapabilities.
210
+
* {'array_min_size': 1, 'array_max_size': 100}
211
+
* @returns {VideoStreamingCapability} - The class instance for method chaining.
0 commit comments