AudioAccessorclass

objectAudioAccessor
Namespace
global
Assembly
Sandbox.Engine
Declaration
public class Sandbox.VideoPlayer.AudioAccessor

Properties8

Showing 8 properties

public bool Sandbox.VideoPlayer.AudioAccessor.ListenLocal { get; set; }PUBLICGETSET

Place the listener at 0,0,0 facing 1,0,0.

Returns:bool

public System.Collections.Generic.IReadOnlyList`1<float> Sandbox.VideoPlayer.AudioAccessor.Visemes { get; set; }PUBLICGETSET

A list of 15 lipsync viseme weights. Requires `Sandbox.VideoPlayer.AudioAccessor.LipSync` to be enabled.

Returns:IReadOnlyList<float>

On this page