Table of Contents

Method SetEncodedData

Namespace
MaaFramework.Binding.Buffers
Assembly
MaaFramework.Binding.dll

SetEncodedData(T, ulong)

Sets the image encoded data.

bool SetEncodedData(T data, ulong size)

Parameters

data T

The encoded data of image.

size ulong

The encoded size of image.

Returns

bool

true if the image encoded data was set successfully; otherwise, false.