File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
services/cloudrecording/api Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -403,6 +403,7 @@ type QueryRtmpPublishServerResponse struct {
403
403
// - "exit": Service exits.
404
404
State string `json:"state"`
405
405
406
+ // The push stream to the CDN output.
406
407
Outputs []struct {
407
408
// The CDN address to which you push the stream.
408
409
RtmpUrl string `json:"rtmpUrl"`
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ type RecordingConfig struct {
159
159
//
160
160
// The unit is seconds.
161
161
//
162
- // The value range is [5,259,200 ].
162
+ // The value range is [5,259200 ].
163
163
//
164
164
// The default value is 30.
165
165
MaxIdleTime int `json:"maxIdleTime,omitempty"`
@@ -177,7 +177,7 @@ type RecordingConfig struct {
177
177
//
178
178
// If you want to subscribe to the video streams of all UIDs, no need to set this field.
179
179
SubscribeVideoUIDs []string `json:"subscribeVideoUids,omitempty"`
180
- // Specify which UIDs' audio streams not to subscribe to.(Optional)
180
+ // Specify which UIDs' video streams not to subscribe to.(Optional)
181
181
//
182
182
// The cloud recording service will subscribe to the video streams of all UIDs except the specified ones.
183
183
UnsubscribeVideoUIDs []string `json:"unSubscribeVideoUids,omitempty"`
@@ -241,6 +241,8 @@ type TransConfig struct {
241
241
}
242
242
243
243
// @brief Audio properties of the file.
244
+ //
245
+ // @since v0.8.0
244
246
type Audio struct {
245
247
// Audio sampling rate.(Optional)
246
248
//
You can’t perform that action at this time.
0 commit comments