Files
plexjs/docs/sdk/models/operations/getlibrarysectionsalloptimizedforstreaming.md

21 lines
417 B
Markdown

# GetLibrarySectionsAllOptimizedForStreaming
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
## Supported Types
### `operations.GetLibrarySectionsAllOptimizedForStreaming1`
```typescript
const value: operations.GetLibrarySectionsAllOptimizedForStreaming1 =
GetLibrarySectionsAllOptimizedForStreaming1.Zero;
```
### `boolean`
```typescript
const value: boolean = true;
```