Versions in this module Expand all Collapse all v0 v0.0.3 Mar 16, 2026 Changes in this version + type AChoreographer_refreshRateCallback = capi.AChoreographer_refreshRateCallback + type AChoreographer_vsyncCallback = capi.AChoreographer_vsyncCallback + type AVsyncId = capi.AVsyncId + type Choreographer struct + func GetInstance() *Choreographer + func NewChoreographerFromPointer(ptr unsafe.Pointer) *Choreographer + func (h *Choreographer) Pointer() unsafe.Pointer + type ChoreographerFrameCallbackData struct + func NewChoreographerFrameCallbackDataFromPointer(ptr unsafe.Pointer) *ChoreographerFrameCallbackData + func (h *ChoreographerFrameCallbackData) GetFrameTimeNanos() int64 + func (h *ChoreographerFrameCallbackData) GetFrameTimelineDeadlineNanos(index uint64) int64 + func (h *ChoreographerFrameCallbackData) GetFrameTimelineExpectedPresentationTimeNanos(index uint64) int64 + func (h *ChoreographerFrameCallbackData) GetFrameTimelinesLength() uint64 + func (h *ChoreographerFrameCallbackData) GetPreferredFrameTimelineIndex() uint64 + func (h *ChoreographerFrameCallbackData) Pointer() unsafe.Pointer + type Error int32 + func (e Error) Error() string