mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-10 04:20:57 +00:00
20 lines
497 B
Markdown
20 lines
497 B
Markdown
# GetLibraryItemsOptimizedForStreaming
|
|
|
|
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
|
|
|
|
|
|
## Supported Types
|
|
|
|
### OptimizedForStreaming1
|
|
|
|
```go
|
|
getLibraryItemsOptimizedForStreaming := operations.CreateGetLibraryItemsOptimizedForStreamingOptimizedForStreaming1(operations.OptimizedForStreaming1{/* values here */})
|
|
```
|
|
|
|
###
|
|
|
|
```go
|
|
getLibraryItemsOptimizedForStreaming := operations.CreateGetLibraryItemsOptimizedForStreamingBoolean(bool{/* values here */})
|
|
```
|
|
|