Skip to content

Commit

Permalink
Merge pull request #1642 from canalplus/misc/doc-update-0.6.0
Browse files Browse the repository at this point in the history
Update README.doc to 0.6.0
  • Loading branch information
peaBerberian authored Feb 13, 2025
2 parents 4a5ac11 + 4463903 commit 398c422
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 15 deletions.
3 changes: 2 additions & 1 deletion doc/.docConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"type": "version",
"link": "https://developers.canal-plus.com/rx-player/documentation_pages_by_version.html"
}
]
],
"siteMapRoot": "https://developers.canal-plus.com/rx-player/doc/"
}
2 changes: 1 addition & 1 deletion doc/api/Decryption_Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Note that if setting that property to `true` fixes your issue, it may be that it
the [`maxSessionCacheSize`](#maxsessioncachesize) which is for now too high.

However if your problem doesn't disappear after setting `closeSessionsOnStop` to `true`,
you may try [`reuseMediaKeys`](#renewmediakeys) next.
you may try [`reuseMediaKeys`](#reusemediakeys) next.

### reuseMediaKeys

Expand Down
3 changes: 2 additions & 1 deletion doc/api/Miscellaneous/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@ The representationFilter will be called each time we load a

- `hdrInfo` (`Object|undefined`): If the `Representation` is from a video track and if
it has HDR information associated to it, this is set to an object describing the hdr
characteristics of the track. (see [HDR support documentation](../hdr.md#hdrinfo))
characteristics of the track. (see
[HDR support documentation](.././Miscellaneous/hdr.md#hdrinfo))

- `contentProtections` (`Object|undefined`): Encryption information linked to this
content.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/Player_Errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ the following properties:
- `frameRate` (`string|undefined`): The video frame rate.

- `hdrInfo` (`Object|undefined`) Information about the hdr characteristics of the track.
(see [HDR support documentation](hdr.md#hdrinfo))
(see [HDR support documentation](./Miscellaneous/hdr.md#hdrinfo))

- `isCodecSupported` (`Boolean|undefined`): If `true` the codec(s) of that
Representation is supported by the current platform.
Expand Down
6 changes: 3 additions & 3 deletions doc/api/Player_Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ The array emitted contains object describing each available video track:
- `frameRate` (`number|undefined`): The video framerate.

- `hdrInfo` (`Object|undefined`) Information about the hdr characteristics of the track.
(see [HDR support documentation](hdr.md#hdrinfo))
(see [HDR support documentation](./Miscellaneous/hdr.md#hdrinfo))

- `isCodecSupported` (`Boolean|undefined`): If `true` the codec(s) of that
Representation is supported by the current platform.
Expand Down Expand Up @@ -476,7 +476,7 @@ The payload is an object describing the new track, with the following properties
- `frameRate` (`number|undefined`): The video framerate.

- `hdrInfo` (`Object|undefined`) Information about the hdr characteristics of the track.
(see [HDR support documentation](hdr.md#hdrinfo))
(see [HDR support documentation](./Miscellaneous/hdr.md#hdrinfo))

- `isCodecSupported` (`Boolean|undefined`): If `true` the codec(s) of that
Representation is supported by the current platform.
Expand Down Expand Up @@ -565,7 +565,7 @@ properties:
- `frameRate` (`number|undefined`): The video framerate.

- `hdrInfo` (`Object|undefined`) Information about the hdr characteristics of the track.
(see [HDR support documentation](hdr.md#hdrinfo))
(see [HDR support documentation](./Miscellaneous/hdr.md#hdrinfo))

- `isCodecSupported` (`Boolean|undefined`): If `true` the codec(s) of that Representation
is supported by the current platform.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/Representation_Selection/getVideoRepresentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ method will return an object with the following properties:
- `frameRate` (`number|undefined`): The video frame rate, in frames per second.

- `hdrInfo` (`Object|undefined`) Information about the hdr characteristics of the
Representation. (see [HDR support documentation](../hdr.md#hdrinfo))
Representation. (see [HDR support documentation](.././Miscellaneous/hdr.md#hdrinfo))

- `contentProtections` (`Object|undefined`): Encryption information linked to this
Representation.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/Track_Selection/getAvailableVideoTracks.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Each of the objects in the returned array have the following properties:
- `frameRate` (`number|undefined`): The video framerate.

- `hdrInfo` (`Object|undefined`) Information about the hdr characteristics of the track.
(see [HDR support documentation](../hdr.md#hdrinfo))
(see [HDR support documentation](.././Miscellaneous/hdr.md#hdrinfo))

- `isCodecSupported` (`Boolean|undefined`): If `true` the codec(s) of that
Representation is supported by the current platform.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/Track_Selection/getVideoTrack.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object with the following properties:
- `frameRate` (`number|undefined`): The video frame rate, in frames per second.

- `hdrInfo` (`Object|undefined`) Information about the hdr characteristics of the track.
(see [HDR support documentation](../hdr.md#hdrinfo))
(see [HDR support documentation](.././Miscellaneous/hdr.md#hdrinfo))

- `isCodecSupported` (`Boolean|undefined`): If `true` the codec(s) of that
Representation is supported by the current platform.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"url": "git://github.com/canalplus/rx-player.git"
},
"devDependencies": {
"@canalplus/readme.doc": "0.5.0",
"@canalplus/readme.doc": "0.6.0",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
Expand Down

0 comments on commit 398c422

Please sign in to comment.