Enum AdbScreencapMethods
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
[Flags]
public enum AdbScreencapMethods : ulongFields
All = 18446744073709551615Default = 18446744073709551559EmulatorExtras = 64Encode = 2EncodeToFileAndPull = 1MinicapDirect = 16MinicapStream = 32None = 0RawByNetcat = 8RawWithGzip = 4
Remarks
Use bitwise OR to set the method you need, MaaFramework will test their speed and use the fastest one.