Files
plexphp/docs/Models/Operations/GetAllMediaLibraryLibraryOptimizedForStreaming.md

26 lines
446 B
Markdown

# GetAllMediaLibraryLibraryOptimizedForStreaming
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
## Supported Types
### `Operations\GetAllMediaLibraryOptimizedForStreaming1`
```php
/**
* @var Operations\GetAllMediaLibraryOptimizedForStreaming1
*/
Operations\GetAllMediaLibraryOptimizedForStreaming1 $value = /* values here */
```
### `bool`
```php
/**
* @var bool
*/
bool $value = /* values here */
```