Skip to content

Commit fff8e22

Browse files
authored
Update hisplayer-api.md
1 parent db2273e commit fff8e22

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hisplayer-api.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,6 @@ Obtain the language of a certain caption of a certain player. The playerIndex is
344344
#### public void SelectCaptionTrack(int playerIndex, int ccTrackIndex)
345345
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.
346346

347-
#### protected void SetMaxBitrate(int playerIndex, int bitrate)
348-
Set a new maximum bitrate (in bits per second) of a specific track. This doesn't disable ABR. The possible tracks can be obtained from the tracks returned from the method GetTracks. 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.
349-
350347
#### protected void SelectTrack(int playerIndex, int trackIndex)
351348
Select a certain track of a certain stream to be used as the main track. This action will disable ABR, to enable it again you can use **EnableABR** API. The possible tracks can be obtained from the tracks returned from the method GetTracks. 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.
352349

0 commit comments

Comments
 (0)