Files
wow-weakauras/Meta/api/MovieRecording_QueueMovieToCompress.lua
2024-11-07 23:12:37 +01:00

5 lines
287 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param filename string
---Queues an uncompressed movie for compression. If there are no items currently in the queue the movie will begin compressing immediately.
function MovieRecording_QueueMovieToCompress(filename) end