public class StreamInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
StreamInfo()  | 
StreamInfo(StreamInfo 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 | 
|---|---|
StreamAudioInfo[] | 
getAudio()
Get Audio information of pushed streams. 
 | 
String | 
getClientIp()
Get Client IP. 
 | 
StreamScte35Info[] | 
getScte35()
Get SCTE-35 information of pushed streams. 
 | 
StreamVideoInfo[] | 
getVideo()
Get Video information of pushed streams. 
 | 
void | 
setAudio(StreamAudioInfo[] Audio)
Set Audio information of pushed streams. 
 | 
void | 
setClientIp(String ClientIp)
Set Client IP. 
 | 
void | 
setScte35(StreamScte35Info[] Scte35)
Set SCTE-35 information of pushed streams. 
 | 
void | 
setVideo(StreamVideoInfo[] Video)
Set Video information of pushed streams. 
 | 
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 StreamInfo()
public StreamInfo(StreamInfo source)
public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp - Client IP.public StreamVideoInfo[] getVideo()
public void setVideo(StreamVideoInfo[] Video)
Video - Video information of pushed streams.public StreamAudioInfo[] getAudio()
public void setAudio(StreamAudioInfo[] Audio)
Audio - Audio information of pushed streams.public StreamScte35Info[] getScte35()
public void setScte35(StreamScte35Info[] Scte35)
Scte35 - SCTE-35 information of pushed streams.Copyright © 2025. All rights reserved.