public class MediaSourceData extends AbstractModel
header, skipSign| Constructor and Description |
|---|
MediaSourceData() |
MediaSourceData(MediaSourceData source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
LiveRecordInfo |
getLiveRecordInfo()
Get Live streaming recording information, valid when the file source is Record.
|
String |
getSourceContext()
Get User-transparent transmission field when creating a file.
|
String |
getSourceType()
Get Media files source category: Record: From recording.
|
TrtcRecordInfo |
getTrtcRecordInfo()
Get TRTC recording information, valid when the file source is TrtcRecord.
|
WebPageRecordInfo |
getWebPageRecordInfo()
Get Panoramic recording information, valid when the file source is WebPageRecord.
|
void |
setLiveRecordInfo(LiveRecordInfo LiveRecordInfo)
Set Live streaming recording information, valid when the file source is Record.
|
void |
setSourceContext(String SourceContext)
Set User-transparent transmission field when creating a file.
|
void |
setSourceType(String SourceType)
Set Media files source category: Record: From recording.
|
void |
setTrtcRecordInfo(TrtcRecordInfo TrtcRecordInfo)
Set TRTC recording information, valid when the file source is TrtcRecord.
|
void |
setWebPageRecordInfo(WebPageRecordInfo WebPageRecordInfo)
Set Panoramic recording information, valid when the file source is WebPageRecord.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MediaSourceData()
public MediaSourceData(MediaSourceData source)
public String getSourceType()
public void setSourceType(String SourceType)
SourceType - Media files source category: public String getSourceContext()
public void setSourceContext(String SourceContext)
SourceContext - User-transparent transmission field when creating a file.public LiveRecordInfo getLiveRecordInfo()
public void setLiveRecordInfo(LiveRecordInfo LiveRecordInfo)
LiveRecordInfo - Live streaming recording information, valid when the file source is Record.public TrtcRecordInfo getTrtcRecordInfo()
public void setTrtcRecordInfo(TrtcRecordInfo TrtcRecordInfo)
TrtcRecordInfo - TRTC recording information, valid when the file source is TrtcRecord.public WebPageRecordInfo getWebPageRecordInfo()
public void setWebPageRecordInfo(WebPageRecordInfo WebPageRecordInfo)
WebPageRecordInfo - Panoramic recording information, valid when the file source is WebPageRecord.Copyright © 2025. All rights reserved.