Package io.rong.calllib.message
Class CallModifyMediaMessage
-
- All Implemented Interfaces:
public class CallModifyMediaMessage
Created by weiqinxiao on 16/3/14.
-
-
Field Summary
Fields Modifier and Type Field Description public String
callId
public RongCallCommon.CallMediaType
mediaType
public String
deviceId
public final static Creator<CallModifyMediaMessage>
CREATOR
-
Constructor Summary
Constructors Constructor Description CallModifyMediaMessage()
CallModifyMediaMessage(Array<byte> data)
CallModifyMediaMessage(Parcel in)
-
Method Summary
Modifier and Type Method Description String
getCallId()
void
setCallId(String callId)
RongCallCommon.CallMediaType
getMediaType()
void
setMediaType(RongCallCommon.CallMediaType mediaType)
String
getDeviceId()
Array<byte>
encode()
void
writeToParcel(Parcel dest, int flags)
将类的数据写入外部提供的 Parcel 中。 int
describeContents()
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。 String
toString()
-
-
Constructor Detail
-
CallModifyMediaMessage
CallModifyMediaMessage()
-
CallModifyMediaMessage
CallModifyMediaMessage(Array<byte> data)
-
CallModifyMediaMessage
CallModifyMediaMessage(Parcel in)
-
-
Method Detail
-
getCallId
String getCallId()
-
setCallId
void setCallId(String callId)
-
getMediaType
RongCallCommon.CallMediaType getMediaType()
-
setMediaType
void setMediaType(RongCallCommon.CallMediaType mediaType)
-
getDeviceId
String getDeviceId()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
将类的数据写入外部提供的 Parcel 中。
- Parameters:
dest
- 对象被写入的 Parcel。flags
- 对象如何被写入的附加标志,可能是 0 或 PARCELABLE_WRITE_RETURN_VALUE。
-
describeContents
int describeContents()
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- Returns:
一个标志位,表明Parcelable对象特殊对象类型集合的排列。
-
toString
String toString()
-
-
-
-