public static class RCRTCMixConfig.CustomLayoutList extends Object implements Parcelable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RCRTCMixConfig.CustomLayoutList.CustomLayout |
static class |
RCRTCMixConfig.CustomLayoutList.CustomMixAudio |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| 限定符和类型 | 字段和说明 |
|---|---|
static Parcelable.Creator<RCRTCMixConfig.CustomLayoutList> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| 限定符 | 构造器和说明 |
|---|---|
|
CustomLayoutList() |
|
CustomLayoutList(List<RCRTCMixConfig.CustomLayoutList.CustomLayout> customLayouts) |
|
CustomLayoutList(List<RCRTCMixConfig.CustomLayoutList.CustomLayout> customLayouts,
List<RCRTCMixConfig.CustomLayoutList.CustomMixAudio> customMixAudioList) |
protected |
CustomLayoutList(Parcel in) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
describeContents() |
List<RCRTCMixConfig.CustomLayoutList.CustomLayout> |
getCustomLayouts() |
List<RCRTCMixConfig.CustomLayoutList.CustomMixAudio> |
getCustomMixAudioList() |
void |
setCustomLayouts(List<RCRTCMixConfig.CustomLayoutList.CustomLayout> customLayouts) |
void |
setCustomMixAudioList(List<RCRTCMixConfig.CustomLayoutList.CustomMixAudio> customMixAudioList) |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<RCRTCMixConfig.CustomLayoutList> CREATOR
public CustomLayoutList(List<RCRTCMixConfig.CustomLayoutList.CustomLayout> customLayouts)
public CustomLayoutList(List<RCRTCMixConfig.CustomLayoutList.CustomLayout> customLayouts, List<RCRTCMixConfig.CustomLayoutList.CustomMixAudio> customMixAudioList)
public CustomLayoutList()
protected CustomLayoutList(Parcel in)
public List<RCRTCMixConfig.CustomLayoutList.CustomMixAudio> getCustomMixAudioList()
public List<RCRTCMixConfig.CustomLayoutList.CustomLayout> getCustomLayouts()
public void setCustomLayouts(List<RCRTCMixConfig.CustomLayoutList.CustomLayout> customLayouts)
public void setCustomMixAudioList(List<RCRTCMixConfig.CustomLayoutList.CustomMixAudio> customMixAudioList)
public int describeContents()
describeContents 在接口中 Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel 在接口中 Parcelable