Files
wow_Meta/api/MovieRecording_Cancel.lua
2024-12-16 13:13:08 +01:00

4 lines
325 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