Files
plexcsharp/docs/Models/Requests/GetLibraryItemsLibraryOptimizedForStreaming.md

20 lines
424 B
Markdown

# GetLibraryItemsLibraryOptimizedForStreaming
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
## Supported Types
### GetLibraryItemsOptimizedForStreaming1
```csharp
GetLibraryItemsLibraryOptimizedForStreaming.CreateGetLibraryItemsOptimizedForStreaming1(/* values here */);
```
### Boolean
```csharp
GetLibraryItemsLibraryOptimizedForStreaming.CreateBoolean(/* values here */);
```