public static class UpdateLiveTranscodeTemplateRequest.UpdateLiveTranscodeTemplateRequestTemplateConfigVideoParams
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bitrate
example:
2500
|
String |
codec
example:
H.264
|
String |
fps
example:
30
|
String |
gop
example:
1000
|
String |
height
example:
720
|
String |
profile
example:
2
|
String |
width
example:
1280
|
构造器和说明 |
---|
UpdateLiveTranscodeTemplateRequestTemplateConfigVideoParams() |
@NameInMap(value="Bitrate") public String bitrate
2500
@NameInMap(value="Codec") public String codec
H.264
@NameInMap(value="Fps") public String fps
30
@NameInMap(value="Gop") public String gop
1000
@NameInMap(value="Height") public String height
720
@NameInMap(value="Profile") public String profile
2
@NameInMap(value="Width") public String width
1280
public UpdateLiveTranscodeTemplateRequestTemplateConfigVideoParams()
public static UpdateLiveTranscodeTemplateRequest.UpdateLiveTranscodeTemplateRequestTemplateConfigVideoParams build(Map<String,?> map) throws Exception
Exception
public UpdateLiveTranscodeTemplateRequest.UpdateLiveTranscodeTemplateRequestTemplateConfigVideoParams setBitrate(String bitrate)
public String getBitrate()
public UpdateLiveTranscodeTemplateRequest.UpdateLiveTranscodeTemplateRequestTemplateConfigVideoParams setCodec(String codec)
public String getCodec()
public UpdateLiveTranscodeTemplateRequest.UpdateLiveTranscodeTemplateRequestTemplateConfigVideoParams setFps(String fps)
public String getFps()
public UpdateLiveTranscodeTemplateRequest.UpdateLiveTranscodeTemplateRequestTemplateConfigVideoParams setGop(String gop)
public String getGop()
public UpdateLiveTranscodeTemplateRequest.UpdateLiveTranscodeTemplateRequestTemplateConfigVideoParams setHeight(String height)
public String getHeight()
public UpdateLiveTranscodeTemplateRequest.UpdateLiveTranscodeTemplateRequestTemplateConfigVideoParams setProfile(String profile)
public String getProfile()
public UpdateLiveTranscodeTemplateRequest.UpdateLiveTranscodeTemplateRequestTemplateConfigVideoParams setWidth(String width)
public String getWidth()
Copyright © 2024. All rights reserved.