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

5 lines
283 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