CRI Sofdec2  Last Updated: 2022-11-21 16:25 p
CriManaEventPoint Struct Reference

Event point information. More...

#include <cri_mana.h>

Data Fields

CriChar8 * cue_name
 
CriUint32 size_name
 
CriUint64 time
 
CriUint64 tunit
 
CriSint32 type
 
CriChar8 * param_string
 
CriUint32 size_param
 
CriUint32 cnt_callback
 

Detailed Description

Event point information.

Description:
Individual timing information embedded in movie data using the Cuepoint function.
See also
criManaPlayer_GetCuePointInfo, CriManaCuePointInfo

Field Documentation

◆ cue_name

CriChar8* cue_name

Event point name. Character codes follow the Cuepoint information text.

◆ size_name

CriUint32 size_name

Event point name data size

◆ time

CriUint64 time

Timer count

◆ tunit

CriUint64 tunit

Timer count value per second. Time is in second units because count / unit.

◆ type

CriSint32 type

Event point type

◆ param_string

CriChar8* param_string

User parameter string. Character codes follow the Cuepoint information text.

◆ size_param

CriUint32 size_param

User parameter string data size

◆ cnt_callback

CriUint32 cnt_callback

Cuepoint callback call counter


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