Table of Contents

Enum AdbScreencapMethods

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll
[Flags]
public enum AdbScreencapMethods : ulong

Fields

All = 18446744073709551615
Default = 18446744073709551559
EmulatorExtras = 64
Encode = 2
EncodeToFileAndPull = 1
MinicapDirect = 16
MinicapStream = 32
None = 0
RawByNetcat = 8
RawWithGzip = 4

Remarks

Use bitwise OR to set the method you need, MaaFramework will test their speed and use the fastest one.