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