mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
18 lines
537 B
Markdown
18 lines
537 B
Markdown
# DefaultSubtitleAccessibility
|
|
|
|
The subtitles for the deaf or hard-of-hearing (SDH) searches mode (0 = Prefer non-SDH subtitles, 1 = Prefer SDH subtitles, 2 = Only show SDH subtitles, 3 = Only show non-SDH subtitles)
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { DefaultSubtitleAccessibility } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: DefaultSubtitleAccessibility = DefaultSubtitleAccessibility.Enable;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------- | --------- |
|
|
| `Disable` | 0 |
|
|
| `Enable` | 1 | |