public class CallUserProfile
extends java.lang.Object
implements java.lang.Cloneable
| 限定符和类型 | 字段和说明 |
|---|---|
static <any> |
CREATOR |
java.util.ArrayList<StreamProfile> |
streamProfiles |
| 构造器和说明 |
|---|
CallUserProfile() |
CallUserProfile(Parcel in) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
describeContents()
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
|
boolean |
drawed() |
boolean |
equals(java.lang.Object obj) |
RongCallCommon.CallStatus |
getCallStatus() |
java.lang.String |
getMediaId() |
RongCallCommon.CallMediaType |
getMediaType() |
java.lang.String |
getUserId() |
RongCallCommon.CallUserType |
getUserType() |
SurfaceView |
getVideoView() |
int |
hashCode() |
void |
setCallStatus(RongCallCommon.CallStatus callStatus) |
void |
setDrawed(boolean drawed) |
void |
setMediaId(java.lang.String mediaId) |
void |
setMediaType(RongCallCommon.CallMediaType mediaType) |
void |
setUserId(java.lang.String userId) |
void |
setUserType(RongCallCommon.CallUserType userType) |
void |
setVideoView(SurfaceView videoView) |
void |
writeToParcel(Parcel dest,
int flags) |
public java.util.ArrayList<StreamProfile> streamProfiles
public static final <any> CREATOR
public boolean drawed()
public void setDrawed(boolean drawed)
public RongCallCommon.CallUserType getUserType()
public void setUserType(RongCallCommon.CallUserType userType)
public java.lang.String getMediaId()
public void setMediaId(java.lang.String mediaId)
public java.lang.String getUserId()
public void setUserId(java.lang.String userId)
public SurfaceView getVideoView()
public void setVideoView(SurfaceView videoView)
public RongCallCommon.CallStatus getCallStatus()
public void setCallStatus(RongCallCommon.CallStatus callStatus)
public RongCallCommon.CallMediaType getMediaType()
public void setMediaType(RongCallCommon.CallMediaType mediaType)
public void writeToParcel(Parcel dest,
int flags)
public int describeContents()
public boolean equals(java.lang.Object obj)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.ObjectCopyright © 2020 RongCloud. All Rights Reserved.