mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 20:57:44 +00:00
20 lines
354 B
Markdown
20 lines
354 B
Markdown
# GetMediaMetaDataOptimizedForStreaming
|
|
|
|
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `operations.GetMediaMetaDataOptimizedForStreaming1`
|
|
|
|
```python
|
|
value: operations.GetMediaMetaDataOptimizedForStreaming1 = /* values here */
|
|
```
|
|
|
|
### `bool`
|
|
|
|
```python
|
|
value: bool = /* values here */
|
|
```
|
|
|