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

22 lines
446 B
Markdown

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