public class LiveStreamRecordResultInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LiveStreamRecordResultInfo() |
LiveStreamRecordResultInfo(LiveStreamRecordResultInfo 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 |
---|---|
LiveRecordFile[] |
getFileResults()
Get File list.
|
Long |
getRecordOver()
Get Whether recording ends.
|
void |
setFileResults(LiveRecordFile[] FileResults)
Set File list.
|
void |
setRecordOver(Long RecordOver)
Set Whether recording ends.
|
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, toJsonString
public LiveStreamRecordResultInfo()
public LiveStreamRecordResultInfo(LiveStreamRecordResultInfo source)
public Long getRecordOver()
public void setRecordOver(Long RecordOver)
RecordOver
- Whether recording ends.
0: Recording does not end, returning a single file.
1: Recording ends, returning all recording files.
Note: This field may return null, indicating that no valid values can be obtained.public LiveRecordFile[] getFileResults()
public void setFileResults(LiveRecordFile[] FileResults)
FileResults
- File list.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.