已合并
【录制框架】SetCustomInfo调用失败问题修复 #7558
刘祥创建于 3月16日
【录制框架】SetCustomInfo调用失败问题修复 #7558
已合并
共 1 个文件变更+2-0
| @@ -174,6 +174,8 @@ void RecorderServiceStub::FillRecFuncPart3() | |||
| 174 | [this](MessageParcel &data, MessageParcel &reply) { return SetVideoEnableBFrame(data, reply); }; | 174 | [this](MessageParcel &data, MessageParcel &reply) { return SetVideoEnableBFrame(data, reply); }; |
| 175 | recFuncs_[TRANSMIT_QOS] = | 175 | recFuncs_[TRANSMIT_QOS] = |
| 176 | [this](MessageParcel &data, MessageParcel &reply) { return TransmitQos(data, reply); }; | 176 | [this](MessageParcel &data, MessageParcel &reply) { return TransmitQos(data, reply); }; |
| 177 | + recFuncs_[SET_CUSTOMINFO] = | ||
| 178 | + [this](MessageParcel &data, MessageParcel &reply) { return SetCustomInfo(data, reply); }; | ||
| 177 | } | 179 | } |
| 178 | 180 | ||
| 179 | int32_t RecorderServiceStub::DestroyStub() | 181 | int32_t RecorderServiceStub::DestroyStub() |