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

19 lines
372 B
Markdown

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