Skip to content

MTY_QueuePush

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Push and unlock the most recently acquired input buffer.

void MTY_QueuePush(
    MTY_Queue * ctx,
    size_t      size
);

Parameters

ctx (MTY_Queue *)

An MTY_Queue.

size (size_t)

The amount of data filled in the most recently locked buffer. If this is 0, the previous buffer is immediately released and internally set to empty.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Struct

Clone this wiki locally