public class FlowMediaInfo extends AbstractModel
| 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 The audio data of the flow. | 
| String | getClientIp()Get The client IP. | 
| Long | getNetwork()Get The total bandwidth. | 
| String | getSessionId()Get The ID of a push session. | 
| Long | getTimestamp()Get The timestamp (seconds). | 
| FlowMediaVideo[] | getVideo()Get The video data of the flow. | 
| void | setAudio(FlowMediaAudio[] Audio)Set The audio data of the flow. | 
| void | setClientIp(String ClientIp)Set The client IP. | 
| void | setNetwork(Long Network)Set The total bandwidth. | 
| void | setSessionId(String SessionId)Set The ID of a push session. | 
| void | setTimestamp(Long Timestamp)Set The timestamp (seconds). | 
| void | setVideo(FlowMediaVideo[] Video)Set The video data of the flow. | 
| 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, toJsonStringpublic FlowMediaInfo()
public FlowMediaInfo(FlowMediaInfo source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - The timestamp (seconds).public Long getNetwork()
public void setNetwork(Long Network)
Network - The total bandwidth.public FlowMediaVideo[] getVideo()
public void setVideo(FlowMediaVideo[] Video)
Video - The video data of the flow.public FlowMediaAudio[] getAudio()
public void setAudio(FlowMediaAudio[] Audio)
Audio - The audio data of the flow.public String getSessionId()
public void setSessionId(String SessionId)
SessionId - The ID of a push session.public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp - The client IP.Copyright © 2023. All rights reserved.