mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 04:20:51 +00:00
26 lines
458 B
Markdown
26 lines
458 B
Markdown
# GetLibrarySectionsAllLibraryOptimizedForStreaming
|
|
|
|
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `Operations\GetLibrarySectionsAllOptimizedForStreaming1`
|
|
|
|
```php
|
|
/**
|
|
* @var Operations\GetLibrarySectionsAllOptimizedForStreaming1
|
|
*/
|
|
Operations\GetLibrarySectionsAllOptimizedForStreaming1 $value = /* values here */
|
|
```
|
|
|
|
### `bool`
|
|
|
|
```php
|
|
/**
|
|
* @var bool
|
|
*/
|
|
bool $value = /* values here */
|
|
```
|
|
|