Skip to content

Commit 00e21d6

Browse files
Merge pull request #8 from HISPlayer/release/4.13.0
Release/4.13.0
2 parents 9767e28 + 44262b1 commit 00e21d6

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

hisplayer-api.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,16 @@ Obtain the language of a certain caption of a certain player. The **playerIndex*
262262

263263
#### void SelectCaptionTrack(int playerIndex, int ccTrackIndex)
264264
Select a certain caption of a certain stream to be used. Before using this functions is recommended to use GetCaptionTrackList in order to know all the information about the captions. 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.
265+
266+
#### void SetLogLevel(LogLevel logLevel)
267+
Establishes the amount of logs to be shown.
268+
**logLevel**: The log level to be used: 0->DEBUG, 1->INFO, 2->WARNING, 3->ERROR, 4->NONE
269+
270+
#### void SetLogSystemColorized(bool show)
271+
Enables or disables colorized logs in the HISPlayer log system. Only available for Unity Editor.
272+
273+
#### void SetLogSystemPlatform(bool show)
274+
Enables or disables colorized logs in the HISPlayer log system.
275+
276+
#### void SetLogSystemTimestamp(bool show)
277+
Enables or disables timestamps in the HISPlayer log system.

releases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# HISPlayer Unity Windows SDK Release Notes
22

3+
### Version 4.13.0
4+
##### November 28, 2025
5+
- [Added] Customizable logging system allowing configuration of logLevel, showPlatform, showColorized, and showTimestamp.
6+
37
### Version 4.12.0
48
##### October 29, 2025
59
- [**Improvement**] Improved the UI appearance of HISPlayerManager in the inspector.

0 commit comments

Comments
 (0)