@@ -229,7 +229,7 @@ export interface Asset {
229
229
* @deprecated : This field is deprecated. Please use `video_quality` instead. The
230
230
* encoding tier informs the cost, quality, and available platform features for the
231
231
* asset. By default the `smart` encoding tier is used.
232
- * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers )
232
+ * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels )
233
233
*/
234
234
encoding_tier : 'smart' | 'baseline' ;
235
235
@@ -390,7 +390,7 @@ export interface Asset {
390
390
* The video quality controls the cost, quality, and available platform features
391
391
* for the asset. By default the `plus` video quality is used. This field replaces
392
392
* the deprecated `encoding_tier` value.
393
- * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers )
393
+ * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels )
394
394
*/
395
395
video_quality ?: 'basic' | 'plus' ;
396
396
}
@@ -585,7 +585,7 @@ export interface AssetOptions {
585
585
* @deprecated : This field is deprecated. Please use `video_quality` instead. The
586
586
* encoding tier informs the cost, quality, and available platform features for the
587
587
* asset. By default the `smart` encoding tier is used.
588
- * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers )
588
+ * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels )
589
589
*/
590
590
encoding_tier ?: 'smart' | 'baseline' ;
591
591
@@ -682,7 +682,7 @@ export interface AssetOptions {
682
682
* The video quality controls the cost, quality, and available platform features
683
683
* for the asset. By default the `plus` video quality is used. This field replaces
684
684
* the deprecated `encoding_tier` value.
685
- * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers )
685
+ * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels )
686
686
*/
687
687
video_quality ?: 'basic' | 'plus' ;
688
688
}
@@ -1324,7 +1324,7 @@ export interface AssetCreateParams {
1324
1324
* This field is deprecated. Please use `video_quality` instead. The encoding tier
1325
1325
* informs the cost, quality, and available platform features for the asset. By
1326
1326
* default the `smart` encoding tier is used.
1327
- * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers )
1327
+ * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels )
1328
1328
*/
1329
1329
encoding_tier ?: 'smart' | 'baseline' ;
1330
1330
@@ -1411,7 +1411,7 @@ export interface AssetCreateParams {
1411
1411
* The video quality controls the cost, quality, and available platform features
1412
1412
* for the asset. By default the `plus` video quality is used. This field replaces
1413
1413
* the deprecated `encoding_tier` value.
1414
- * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers )
1414
+ * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels )
1415
1415
*/
1416
1416
video_quality ?: 'basic' | 'plus' ;
1417
1417
}
0 commit comments