Skip to content

Commit

Permalink
Update hisplayer-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StAincrad authored Jan 12, 2024
1 parent 1e0daa9 commit 595e66b
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 @@ -6,7 +6,7 @@ The following public APIs are provided by **HISPlayerManager**

* **public string licenseKey**: License key for making the SDK works.

* **public List <StreamProperties> multiStreamProperties**: List of properties for multi stream. Please, don't modify this list directly in the code, use the provided API listed below.
* **public List <StreamProperties> multiStreamProperties**: List of properties for multi stream. Please, don't modify this list directly in the code.

* **public class StreamProperties**:
* **public StreamProperties(bool isLoopPlaybackEnabled = true, bool isAutoTransitionEnabled = false)**: Constructor of the class. The received parameters will set the value of **LoopPlayback** and **AutoTransition** properties respectively.
Expand Down

0 comments on commit 595e66b

Please sign in to comment.