public class FlowMediaInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FlowMediaInfo() | 
| FlowMediaInfo(FlowMediaInfo 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 | 
|---|---|
| FlowMediaAudio[] | getAudio()Get 传输流的音频数据。 | 
| String | getClientIp()Get 客户端IP。 | 
| Long | getNetwork()Get 总带宽。 | 
| String | getSessionId()Get 标志同一次推流。 | 
| Long | getTimestamp()Get 时间戳,单位是秒。 | 
| FlowMediaVideo[] | getVideo()Get 传输流的视频数据。 | 
| void | setAudio(FlowMediaAudio[] Audio)Set 传输流的音频数据。 | 
| void | setClientIp(String ClientIp)Set 客户端IP。 | 
| void | setNetwork(Long Network)Set 总带宽。 | 
| void | setSessionId(String SessionId)Set 标志同一次推流。 | 
| void | setTimestamp(Long Timestamp)Set 时间戳,单位是秒。 | 
| void | setVideo(FlowMediaVideo[] Video)Set 传输流的视频数据。 | 
| 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 FlowMediaInfo()
public FlowMediaInfo(FlowMediaInfo source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - 时间戳,单位是秒。public Long getNetwork()
public void setNetwork(Long Network)
Network - 总带宽。public FlowMediaVideo[] getVideo()
public void setVideo(FlowMediaVideo[] Video)
Video - 传输流的视频数据。public FlowMediaAudio[] getAudio()
public void setAudio(FlowMediaAudio[] Audio)
Audio - 传输流的音频数据。public String getSessionId()
public void setSessionId(String SessionId)
SessionId - 标志同一次推流。public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp - 客户端IP。Copyright © 2025. All rights reserved.