public class MediaSourceData extends AbstractModel
Constructor and Description |
---|
MediaSourceData() |
Modifier and Type | Method and Description |
---|---|
String |
getSourceContext()
Get Field passed through when a file is created.
|
String |
getSourceType()
Get Source category of media file:
Record: recording, such as LVB recording and LVB time shifting recording.
Upload: upload, such as pull for upload, upload from server, and UCG upload from client.
VideoProcessing: video processing, such as video splicing and video clipping.
Unknown: unknown source.
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setSourceContext(String SourceContext)
Set Field passed through when a file is created.
|
void |
setSourceType(String SourceType)
Set Source category of media file:
Record: recording, such as LVB recording and LVB time shifting recording.
Upload: upload, such as pull for upload, upload from server, and UCG upload from client.
VideoProcessing: video processing, such as video splicing and video clipping.
Unknown: unknown source.
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getSourceType()
public void setSourceType(String SourceType)
SourceType
- Source category of media file:
public String getSourceContext()
public void setSourceContext(String SourceContext)
SourceContext
- Field passed through when a file is created.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.