Table of Contents

Method MaaReplayControllerCreate

Namespace
MaaFramework.Binding.Interop.Native
Assembly
MaaFramework.Binding.Native.dll

MaaReplayControllerCreate(string)

Create a replay controller that replays recorded operations.

public static nint MaaReplayControllerCreate(string recordingPath)

Parameters

recordingPath string

Path to the recording JSONL file written by MaaRecordControllerCreate.

Screenshot image paths in the file are resolved relative to this file's parent directory.

Returns

nint

The controller handle, or nint.Zero on failure.