init(leadingFrames:trailingFrames:)
Creates a priming information instance with the specified leading and trailing frames.
Declaration
init(leadingFrames: AVAudioFrameCount, trailingFrames: AVAudioFrameCount)Parameters
- leadingFrames:
Specifies the number of leading (previous) input frames relative to the start input frame.
- trailingFrames:
Specifies the number of trailing input frames past the end input frame.