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

19 lines
467 B
Markdown

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