tiny.rig.ClipError
Defined in tiny.rig.
API (4)
Fields and members
Public fields and members.
Source
Source: fun/rig/src/clip.zig:53
zig
pub const Error = error{ InvalidRate, InvalidFrames, /// A channel names a joint or slot past the caller's count. InvalidTarget, /// A channel's keys run past the key slice, or its count is neither /// one nor the frame count. InvalidKeys,};Source: fun/rig/src/root.zig:41
zig
pub const ClipError = clip.Error;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |