amazon-ivs-player
Advanced tools
Comparing version 1.14.0 to 1.16.0
@@ -347,3 +347,5 @@ /** | ||
/** | ||
* Gets the quality that the player is using. | ||
* Gets the quality that the player is using. On iOS mobile (iPhone) browsers, | ||
* this API will return an empty Quality object. The reason is that underlying Safari browser manages the playback entirely | ||
* and does not provide any way to access the available qualities. | ||
* @returns The current quality of the source. | ||
@@ -357,3 +359,5 @@ */ | ||
* contain only qualities capable of being played on the current device and not all those | ||
* present in the source stream. | ||
* present in the source stream. On iOS mobile (iPhone) browsers, | ||
* this API will return an empty array. The reason is that underlying Safari browser manages the playback entirely | ||
* and does not provide any way to access the available qualities. | ||
*/ | ||
@@ -369,2 +373,4 @@ getQualities(): Quality[]; | ||
* current buffer. False to change quality immediately. | ||
* | ||
* This API is not supported on iOS mobile (iPhone) browsers. | ||
*/ | ||
@@ -378,3 +384,3 @@ setQuality(quality: Quality, adaptive?: boolean): void; | ||
* | ||
* This API is not supported on iOS mobile browsers. | ||
* This API is not supported on iOS mobile (iPhone) browsers. | ||
* | ||
@@ -431,2 +437,4 @@ * @param duration - Buffer duration in seconds. The allowable range is 0.1 to 5 | ||
* and content associated with it such as timed metadata to be skipped. | ||
* | ||
* This API is not supported on iOS mobile (iPhone) browsers. | ||
* @param enable - True to enable, false otherwise. | ||
@@ -441,2 +449,4 @@ */ | ||
* @param credentials - "include" | "omit" | "same-origin" | ||
* | ||
* This API is not supported on iOS mobile (iPhone) browsers. | ||
*/ | ||
@@ -466,2 +476,4 @@ setRequestCredentials(credentials: RequestCredentials): void; | ||
* {@link Player.setQuality}. | ||
* | ||
* This API is not supported on iOS mobile (iPhone) browsers. | ||
* @param enable - True to enable ABR, false to disable. | ||
@@ -475,2 +487,4 @@ */ | ||
* is applied to the current stream. If you load a new stream, call this again after {@link PlayerState.READY}. | ||
* | ||
* This API is not supported on iOS mobile (iPhone) browsers. | ||
* @param quality - The maximum quality to use for ABR. | ||
@@ -483,2 +497,4 @@ */ | ||
* above the specified resolution when ABR is enabled. | ||
* | ||
* This API is not supported on iOS mobile (iPhone) browsers. | ||
* @param width - The display width. | ||
@@ -491,2 +507,4 @@ * @param height - The display height. | ||
* For a live stream, returns the latency from the server to the player. Note: For non-live streams, this value is not meaningful. | ||
* | ||
* This API is not supported on iOS mobile (iPhone) browsers. | ||
* @returns the latency in seconds. | ||
@@ -497,2 +515,4 @@ */ | ||
* Gets whether low-latency live streaming is enabled. | ||
* | ||
* This API is not supported on iOS mobile (iPhone) browsers. | ||
* @returns True if low-latency streaming is enabled on both the server and the client, false otherwise. | ||
@@ -504,2 +524,4 @@ */ | ||
* restarts the stream. | ||
* | ||
* This API is not supported on iOS mobile (iPhone) browsers. | ||
* @param enable - True to enable, false to disable. Default: true. | ||
@@ -979,2 +1001,14 @@ */ | ||
export declare interface WebViewHost { | ||
/** Name WebView host platforms such as android-tv, playstation, etc. */ | ||
name: string; | ||
/** Manufacturer name such as Nvidia or Sony */ | ||
manufacturer?: string; | ||
/** Device name. ex: Nvidia Shield, Playstation 4, etc. */ | ||
device?: string; | ||
/** Device version. This can be the firmware or OS version, or a mix of both. */ | ||
version?: string; | ||
} | ||
declare class WorkerShim { | ||
@@ -981,0 +1015,0 @@ private workerPort; |
{ | ||
"name": "amazon-ivs-player", | ||
"version": "1.14.0", | ||
"version": "1.16.0", | ||
"description": "Amazon IVS Player Web SDK", | ||
@@ -5,0 +5,0 @@ "homepage": "https://aws.amazon.com/ivs/", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3172251
891