Files
wow_Meta/api/MovieRecording_QueueMovieToCompress.lua
2025-05-04 15:15:00 +02:00

7 lines
292 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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