Files
wow_Meta/api/MovieRecording_Cancel.lua
2025-05-04 14:35:26 +02:00

5 lines
326 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Cancels video recording and compression. If a recording is in progress, recording is stopped and the results discarded. If compression is in progress, compression is stopped and the uncompressed portion of the movie is deleted.
function MovieRecording_Cancel() end