CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriAtomExBeatSync Class Reference

A class for using beat synchronization data. More...

Classes

struct  Info
 Beat synchronization position detection callback information More...
 

Public Member Functions

delegate void CbFunc (ref Info info)
 Beat synchronization callback More...
 

Static Public Member Functions

static void SetCallback (CriAtomExBeatSync.CbFunc func)
 Registers the beat synchronization callback More...
 

Properties

static CbFunc OnCallback
 Registers the beat synchronization callback More...
 

Detailed Description

A class for using beat synchronization data.

Description:
A class for using the beat synchronization data set on CRI Atom Craft.

Member Function Documentation

delegate void CbFunc ( ref Info  info)

Beat synchronization callback

Parameters
infoBeat synchronization position detection information
Description:
A beat synchronization callback function type.
See also
CriAtomExBeatSync::SetCallback
static void SetCallback ( CriAtomExBeatSync.CbFunc  func)
inlinestatic

Registers the beat synchronization callback

Deprecated:
削除予定の非推奨APIです。 CriAtomExPlayer.OnBeatSyncCallback または CriAtomExBeatSync.OnCallback の使用を検討してください。
Parameters
funcCallback function
Description:
Registers the callback function that receives the beat synchronization position information embedded in the Cue.
The registered callback function is called at the update timing of the application main thread immediately after processing the callback event.
Note:
Only one callback function can be registered.
If you do the registration multiple times, the callback function already registered is overwritten by the one registered later.

Property Documentation

CbFunc OnCallback
staticaddremove

Registers the beat synchronization callback

Description:
Registers the callback function that receives the beat synchronization position information embedded in the Cue.
The registered callback function is called at the update timing of the application main thread immediately after processing the callback event.

The documentation for this class was generated from the following file: