MTAudioProcessingTapFlags

Type Alias MTAudioProcessingTapFlags 

Source
pub type MTAudioProcessingTapFlags = u32;
Available on crate feature MTAudioProcessingTap only.
Expand description

Flags passed to the process callback and from GetSourceAudio.

Signifies that the source audio is the beginning of a continuous stream, i.e., following the beginning or resumption of playback. Returned from GetSourceAudio.

Signifies that the source audio is past the end of stream. This happens when the audio queue is being stopped asynchronously and has finished playing all of its data. Returned from GetSourceAudio and should be propagated on return from the process callback.

See also Apple’s documentation