docs.unity3d.com
    Show / Hide Table of Contents

    Class SynchronizerComponent

    A component used to synchronize playback of content from ITimedDataSource instances.

    Inheritance
    Object
    SynchronizerComponent
    Namespace: Unity.LiveCapture
    Syntax
    public class SynchronizerComponent : MonoBehaviour

    Properties

    Synchronizer

    The synchronizer instance.

    Declaration
    public ISynchronizer Synchronizer { get; }
    Property Value
    Type Description
    ISynchronizer

    Methods

    StartCalibration(ISynchronizationCalibrator)

    Starts calibration of the synchronized group.

    Declaration
    public void StartCalibration(ISynchronizationCalibrator calibrator = null)
    Parameters
    Type Name Description
    ISynchronizationCalibrator calibrator

    The calibrator to use. If null, the default calibrator is used.

    Remarks

    Calibration is used to automatically determine optimal delays and buffer sizes for each data source in the synchronized group so they will have valid data to present for each synchronized frame.

    StopCalibration()

    Cancels the synchronizer calibration if it is currently in progress.

    Declaration
    public void StopCalibration()
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023