mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
21 lines
397 B
Markdown
21 lines
397 B
Markdown
# GetRecentlyAddedOptimizedForStreaming
|
|
|
|
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `operations.GetRecentlyAddedOptimizedForStreaming1`
|
|
|
|
```typescript
|
|
const value: operations.GetRecentlyAddedOptimizedForStreaming1 =
|
|
GetRecentlyAddedOptimizedForStreaming1.Zero;
|
|
```
|
|
|
|
### `boolean`
|
|
|
|
```typescript
|
|
const value: boolean = true;
|
|
```
|
|
|