pub fn calculate_period_100ns(frames: i64, samplerate: i64) -> i64
Expand description

Calculate a period in units of 100ns that corresponds to the given number of buffer frames at the given sample rate. See the IAudioClient documentation.