Add meta
This commit is contained in:
8
Meta/api/MovieRecording_MaxLength.lua
Normal file
8
Meta/api/MovieRecording_MaxLength.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param width number
|
||||
---@param framerate number
|
||||
---@param sound number
|
||||
---@return string time
|
||||
---Returns the maximum length of recorded video for a given set of video recording parameters. The value returned reflects both the data rate associated with the given parameters and the amount of space remaining on the hard drive.
|
||||
function MovieRecording_MaxLength(width, framerate, sound) end
|
||||
Reference in New Issue
Block a user