HEADJACK
Search Results for

    Show / Hide Table of Contents

    Struct VideoPlayerBase.AudioConfig

    Namespace: Headjack

    Description of which audio tracks are playing, audio track in video file (internal) and/or external spatial audio file. Get the current audio configuration using GetAudioConfig(), set the audio configuration using SetAudioConfig(Boolean, Boolean).

    Fields

    External

    Describes whether the audiotrack embedded in the video file is enabled

    Declaration
    public bool External
    Field Value
    Type Description
    System.Boolean

    Internal

    Describes whether the audiotrack embedded in the video file is enabled

    Declaration
    public bool Internal
    Field Value
    Type Description
    System.Boolean
    In This Article
    Back to top