Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb41d65f authored by Vadim Caen's avatar Vadim Caen
Browse files

Add flag for multi input stream virtual camera

Test: N/A
Bug: 341083465
Flag: android.companion.virtualdevice.flags.camera_multiple_input_streams
Change-Id: Ie5ad1ffc6f9d87ade9b0064ab473fa09386cd13b
parent 23887b40
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -117,3 +117,11 @@ flag {
    description: "Enable high resolution scroll"
    bug: "335160780"
}

flag {
  name: "camera_multiple_input_streams"
  is_exported: true
  namespace: "virtual_devices"
  description: "Expose multiple surface for the virtual camera owner for different stream resolution"
  bug: "341083465"
}