public static class UpdateLiveTranscodeJobRequest.UpdateLiveTranscodeJobRequestStreamInput
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
inputUrl
This parameter is required.
|
String |
type
This parameter is required.
|
构造器和说明 |
---|
UpdateLiveTranscodeJobRequestStreamInput() |
@NameInMap(value="InputUrl") public String inputUrl
This parameter is required.
example:rtmp://mydomain/app/stream1
@NameInMap(value="Type") public String type
This parameter is required.
example:rtmp
public static UpdateLiveTranscodeJobRequest.UpdateLiveTranscodeJobRequestStreamInput build(Map<String,?> map) throws Exception
Exception
public UpdateLiveTranscodeJobRequest.UpdateLiveTranscodeJobRequestStreamInput setInputUrl(String inputUrl)
public String getInputUrl()
public UpdateLiveTranscodeJobRequest.UpdateLiveTranscodeJobRequestStreamInput setType(String type)
public String getType()
Copyright © 2024. All rights reserved.