Skip to content

Commit

Permalink
Update hisplayer-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivder authored Jan 12, 2024
1 parent c5e36bf commit 763aa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hisplayer-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Add new content to a certain player and its respective key server uri. The enabl

#### protected void ChangeVideoContent(int playerIndex, int urlIndex, int resumePosition = 0, AdsProperties ads = null)
Change the video’s url of a certain player. The next playback will start paused. The **playerIndex** is associated with the index of the element of **Multi Stream Properties**, e.g. the index 0 is the element 0 in the list. The **urlIndex** is associated with the index of the element in the list of urls.
The parameters **resumePosition** and **AdsProperties** are not supported for Android and null by default. Please leave them empty when using this function.
The parameters **resumePosition** and **AdsProperties** are not supported for iOS and null by default. Please leave them empty when using this function.

#### protected void RemoveVideoContent(int playerIndex, int urlIndex)
Remove content from a certain player. The **playerIndex** is associated with the index of the element of **Multi Stream Properties**, e.g. the index 0 is the element 0 in the list. The **urlIndex** is associated with the index of the element in the list of urls.
Expand Down

0 comments on commit 763aa07

Please sign in to comment.