AUAudioFrameCount

Type Alias AUAudioFrameCount 

Source
pub type AUAudioFrameCount = u32;
Available on crate feature AUAudioUnit only.
Expand description

A number of audio sample frames.

This is uint32_t for impedence-matching with the pervasive use of UInt32 in AudioToolbox and C AudioUnit API’s, as well as AVAudioFrameCount.

See also Apple’s documentation