mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-09 12:37:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.513.4
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
# OptimizedForStreaming
|
||||
|
||||
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| --------- | --------- |
|
||||
| `Disable` | 0 |
|
||||
| `Enable` | 1 |
|
||||
## Supported Types
|
||||
|
||||
### One
|
||||
|
||||
```csharp
|
||||
OptimizedForStreaming.CreateOne(/* values here */);
|
||||
```
|
||||
|
||||
### Boolean
|
||||
|
||||
```csharp
|
||||
OptimizedForStreaming.CreateBoolean(/* values here */);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user