Skip to main content

VideoClip.GetAudioLanguage(number audioTrackIdx)

Get the audio track language. Can be unknown.

Parameters:

NameTypeDescription
audioTrackIdxnumberIndex of the audio queried audio track.

Returns:

typeDescription
stringThe abbreviated name of the language.

Usage

---@type VideoClip
local videoclip;

---@type number
local audioTrackIdx;


local val0 = videoclip.GetAudioLanguage(audioTrackIdx)