We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f853f2a commit b444d28Copy full SHA for b444d28
extras/jsonrpc/daemon.go
@@ -302,10 +302,8 @@ type StreamCreateOptions struct {
302
StreamType *streamType `json:"stream_type,omitempty"`
303
ReleaseTime *int64 `json:"release_time,omitempty"`
304
Duration *uint64 `json:"duration,omitempty"`
305
- ImageWidth *uint `json:"image_width,omitempty"`
306
- ImageHeight *uint `json:"image_height,omitempty"`
307
- VideoWidth *uint `json:"video_width,omitempty"`
308
- VideoHeight *uint `json:"video_height,omitempty"`
+ Width *uint `json:"width,omitempty"`
+ Height *uint `json:"height,omitempty"`
309
Preview *string `json:"preview,omitempty"`
310
AllowDuplicateName *bool `json:"allow_duplicate_name,omitempty"`
311
ChannelName *string `json:"channel_name,omitempty"`
0 commit comments