mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
19 lines
343 B
Markdown
19 lines
343 B
Markdown
# GetAllMediaLibraryOptimizedForStreaming
|
|
|
|
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
|
|
|
|
|
|
## Supported Types
|
|
|
|
### One
|
|
|
|
```csharp
|
|
GetAllMediaLibraryOptimizedForStreaming.CreateOne(/* values here */);
|
|
```
|
|
|
|
### Boolean
|
|
|
|
```csharp
|
|
GetAllMediaLibraryOptimizedForStreaming.CreateBoolean(/* values here */);
|
|
```
|