|
56 | 56 | * @method CreateCustomTemplate createCustomTemplate(array $options = [])
|
57 | 57 | * @method CreateEdgeTranscodeJob createEdgeTranscodeJob(array $options = [])
|
58 | 58 | * @method CreateEventSub createEventSub(array $options = [])
|
| 59 | + * @method CreateLiveAIStudio createLiveAIStudio(array $options = []) |
59 | 60 | * @method CreateLiveDelayConfig createLiveDelayConfig(array $options = [])
|
60 | 61 | * @method CreateLiveMessageApp createLiveMessageApp(array $options = [])
|
61 | 62 | * @method CreateLiveMessageGroup createLiveMessageGroup(array $options = [])
|
|
82 | 83 | * @method DeleteEdgeTranscodeJob deleteEdgeTranscodeJob(array $options = [])
|
83 | 84 | * @method DeleteEventSub deleteEventSub(array $options = [])
|
84 | 85 | * @method DeleteLiveAIProduceRules deleteLiveAIProduceRules(array $options = [])
|
| 86 | + * @method DeleteLiveAIStudio deleteLiveAIStudio(array $options = []) |
85 | 87 | * @method DeleteLiveAISubtitle deleteLiveAISubtitle(array $options = [])
|
86 | 88 | * @method DeleteLiveAppRecordConfig deleteLiveAppRecordConfig(array $options = [])
|
87 | 89 | * @method DeleteLiveAppSnapshotConfig deleteLiveAppSnapshotConfig(array $options = [])
|
|
142 | 144 | * @method DescribeDomainWithIntegrity describeDomainWithIntegrity(array $options = [])
|
143 | 145 | * @method DescribeHlsLiveStreamRealTimeBpsData describeHlsLiveStreamRealTimeBpsData(array $options = [])
|
144 | 146 | * @method DescribeLiveAIProduceRules describeLiveAIProduceRules(array $options = [])
|
| 147 | + * @method DescribeLiveAIStudio describeLiveAIStudio(array $options = []) |
145 | 148 | * @method DescribeLiveAISubtitle describeLiveAISubtitle(array $options = [])
|
146 | 149 | * @method DescribeLiveAudioAuditConfig describeLiveAudioAuditConfig(array $options = [])
|
147 | 150 | * @method DescribeLiveAudioAuditNotifyConfig describeLiveAudioAuditNotifyConfig(array $options = [])
|
|
312 | 315 | * @method ModifyCasterLayout modifyCasterLayout(array $options = [])
|
313 | 316 | * @method ModifyCasterProgram modifyCasterProgram(array $options = [])
|
314 | 317 | * @method ModifyCasterVideoResource modifyCasterVideoResource(array $options = [])
|
| 318 | + * @method ModifyLiveAIStudio modifyLiveAIStudio(array $options = []) |
315 | 319 | * @method ModifyLiveDomainSchdmByProperty modifyLiveDomainSchdmByProperty(array $options = [])
|
316 | 320 | * @method ModifyLiveMessageAppAudit modifyLiveMessageAppAudit(array $options = [])
|
317 | 321 | * @method ModifyLiveMessageAppCallback modifyLiveMessageAppCallback(array $options = [])
|
@@ -2025,6 +2029,43 @@ public function withEvents(array $events)
|
2025 | 2029 | }
|
2026 | 2030 | }
|
2027 | 2031 |
|
| 2032 | +/** |
| 2033 | + * @method string getBackgroundResourceId() |
| 2034 | + * @method $this withBackgroundResourceId($value) |
| 2035 | + * @method string getDescription() |
| 2036 | + * @method $this withDescription($value) |
| 2037 | + * @method string getMediaLayout() |
| 2038 | + * @method $this withMediaLayout($value) |
| 2039 | + * @method string getBackgroundType() |
| 2040 | + * @method $this withBackgroundType($value) |
| 2041 | + * @method string getMattingType() |
| 2042 | + * @method $this withMattingType($value) |
| 2043 | + * @method string getMediaResourceUrl() |
| 2044 | + * @method $this withMediaResourceUrl($value) |
| 2045 | + * @method string getHeight() |
| 2046 | + * @method $this withHeight($value) |
| 2047 | + * @method string getBackgroundResourceUrl() |
| 2048 | + * @method $this withBackgroundResourceUrl($value) |
| 2049 | + * @method string getMediaResourceId() |
| 2050 | + * @method $this withMediaResourceId($value) |
| 2051 | + * @method string getMattingLayout() |
| 2052 | + * @method $this withMattingLayout($value) |
| 2053 | + * @method string getOwnerId() |
| 2054 | + * @method $this withOwnerId($value) |
| 2055 | + * @method string getStudioName() |
| 2056 | + * @method $this withStudioName($value) |
| 2057 | + * @method string getWidth() |
| 2058 | + * @method $this withWidth($value) |
| 2059 | + * @method string getMediaType() |
| 2060 | + * @method $this withMediaType($value) |
| 2061 | + */ |
| 2062 | +class CreateLiveAIStudio extends Rpc |
| 2063 | +{ |
| 2064 | + |
| 2065 | + /** @var string */ |
| 2066 | + public $scheme = 'https'; |
| 2067 | +} |
| 2068 | + |
2028 | 2069 | /**
|
2029 | 2070 | * @method string getDelayTime()
|
2030 | 2071 | * @method $this withDelayTime($value)
|
@@ -2520,6 +2561,19 @@ class DeleteLiveAIProduceRules extends Rpc
|
2520 | 2561 | {
|
2521 | 2562 | }
|
2522 | 2563 |
|
| 2564 | +/** |
| 2565 | + * @method string getStudioId() |
| 2566 | + * @method $this withStudioId($value) |
| 2567 | + * @method string getOwnerId() |
| 2568 | + * @method $this withOwnerId($value) |
| 2569 | + */ |
| 2570 | +class DeleteLiveAIStudio extends Rpc |
| 2571 | +{ |
| 2572 | + |
| 2573 | + /** @var string */ |
| 2574 | + public $scheme = 'https'; |
| 2575 | +} |
| 2576 | + |
2523 | 2577 | /**
|
2524 | 2578 | * @method string getSubtitleName()
|
2525 | 2579 | * @method $this withSubtitleName($value)
|
@@ -3423,6 +3477,25 @@ class DescribeLiveAIProduceRules extends Rpc
|
3423 | 3477 | {
|
3424 | 3478 | }
|
3425 | 3479 |
|
| 3480 | +/** |
| 3481 | + * @method string getPageNumber() |
| 3482 | + * @method $this withPageNumber($value) |
| 3483 | + * @method string getPageSize() |
| 3484 | + * @method $this withPageSize($value) |
| 3485 | + * @method string getStudioId() |
| 3486 | + * @method $this withStudioId($value) |
| 3487 | + * @method string getOwnerId() |
| 3488 | + * @method $this withOwnerId($value) |
| 3489 | + * @method string getStudioName() |
| 3490 | + * @method $this withStudioName($value) |
| 3491 | + */ |
| 3492 | +class DescribeLiveAIStudio extends Rpc |
| 3493 | +{ |
| 3494 | + |
| 3495 | + /** @var string */ |
| 3496 | + public $scheme = 'https'; |
| 3497 | +} |
| 3498 | + |
3426 | 3499 | /**
|
3427 | 3500 | * @method string getSubtitleName()
|
3428 | 3501 | * @method $this withSubtitleName($value)
|
@@ -7087,6 +7160,43 @@ class ModifyCasterVideoResource extends Rpc
|
7087 | 7160 | {
|
7088 | 7161 | }
|
7089 | 7162 |
|
| 7163 | +/** |
| 7164 | + * @method string getBackgroundResourceId() |
| 7165 | + * @method $this withBackgroundResourceId($value) |
| 7166 | + * @method string getDescription() |
| 7167 | + * @method $this withDescription($value) |
| 7168 | + * @method string getMediaLayout() |
| 7169 | + * @method $this withMediaLayout($value) |
| 7170 | + * @method string getBackgroundType() |
| 7171 | + * @method $this withBackgroundType($value) |
| 7172 | + * @method string getMattingType() |
| 7173 | + * @method $this withMattingType($value) |
| 7174 | + * @method string getMediaResourceUrl() |
| 7175 | + * @method $this withMediaResourceUrl($value) |
| 7176 | + * @method string getHeight() |
| 7177 | + * @method $this withHeight($value) |
| 7178 | + * @method string getBackgroundResourceUrl() |
| 7179 | + * @method $this withBackgroundResourceUrl($value) |
| 7180 | + * @method string getMediaResourceId() |
| 7181 | + * @method $this withMediaResourceId($value) |
| 7182 | + * @method string getMattingLayout() |
| 7183 | + * @method $this withMattingLayout($value) |
| 7184 | + * @method string getOwnerId() |
| 7185 | + * @method $this withOwnerId($value) |
| 7186 | + * @method string getStudioName() |
| 7187 | + * @method $this withStudioName($value) |
| 7188 | + * @method string getWidth() |
| 7189 | + * @method $this withWidth($value) |
| 7190 | + * @method string getMediaType() |
| 7191 | + * @method $this withMediaType($value) |
| 7192 | + */ |
| 7193 | +class ModifyLiveAIStudio extends Rpc |
| 7194 | +{ |
| 7195 | + |
| 7196 | + /** @var string */ |
| 7197 | + public $scheme = 'https'; |
| 7198 | +} |
| 7199 | + |
7090 | 7200 | /**
|
7091 | 7201 | * @method string getProperty()
|
7092 | 7202 | * @method $this withProperty($value)
|
@@ -8403,6 +8513,8 @@ class StartLiveDomain extends Rpc
|
8403 | 8513 | * @method $this withStreamURL($value)
|
8404 | 8514 | * @method string getMultiStreamURL()
|
8405 | 8515 | * @method $this withMultiStreamURL($value)
|
| 8516 | + * @method string getMaxIdleTime() |
| 8517 | + * @method $this withMaxIdleTime($value) |
8406 | 8518 | * @method string getSeiParams()
|
8407 | 8519 | * @method $this withSeiParams($value)
|
8408 | 8520 | * @method string getTranscodeParams()
|
|
0 commit comments