mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 04:20:52 +00:00
21 lines
444 B
Markdown
21 lines
444 B
Markdown
# GetLibrarySectionsAllLibraryOptimizedForStreaming
|
|
|
|
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `operations.GetLibrarySectionsAllOptimizedForStreamingLibrary1`
|
|
|
|
```typescript
|
|
const value: operations.GetLibrarySectionsAllOptimizedForStreamingLibrary1 =
|
|
GetLibrarySectionsAllOptimizedForStreamingLibrary1.One;
|
|
```
|
|
|
|
### `boolean`
|
|
|
|
```typescript
|
|
const value: boolean = true;
|
|
```
|
|
|