Skip to main content

VideoPlayer.GetDirectAudioMute(number trackIndex)

Gets the direct-output audio mute status for the specified track.

Parameters:

NameTypeDescription
trackIndexnumbertrackIndex

Returns:

typeDescription
booleandirect-output audio mute status for the specified track.

Usage

---@type VideoPlayer
local videoplayer;

---@type number
local trackIndex;


local val0 = videoplayer.GetDirectAudioMute(trackIndex)