• Updates a Clip instance with data from a Data.Clip object.

    This function modifies an existing Clip instance, updating its properties and tracks based on the provided data.

    Parameters

    • zcomp: ZComponent<any>

      The ZComponent instance.

    • clip: Clip

      The Clip instance to update.

    • data: Clip

      The data object defining the updates for the clip.

    Returns void