Searched refs:targetSourceOutputs (Results 1 – 1 of 1) sorted by relevance
1301 std::vector<SourceOutput> targetSourceOutputs = {}; in FilterSourceOutputs() local1315 targetSourceOutputs.push_back(sourceOutputs[i]); in FilterSourceOutputs()1318 return targetSourceOutputs; in FilterSourceOutputs()2324 …std::vector<SourceOutput> targetSourceOutputs = FilterSourceOutputs(capturerChangeInfo->sessionId); in MoveToNewInputDevice() local2328 … ? MoveToLocalInputDevice(targetSourceOutputs, new AudioDeviceDescriptor(*inputDevice)) in MoveToNewInputDevice()2329 … : MoveToRemoteInputDevice(targetSourceOutputs, new AudioDeviceDescriptor(*inputDevice)); in MoveToNewInputDevice()