What's New / Media, Audio & Capture

What's new in MediaToolbox

+1 NewiOS · macOS · tvOS

MediaToolbox is a low-level C framework for media processing on Apple platforms. It includes audio processing taps that intercept and modify the audio of an AVPlayer item's track during playback.

The 27 SDK adds one API and deprecates or removes nothing. The addition is MTAudioProcessingTapCreateWithPreferredFormat, a tap-creation entry point that takes a preferred format alongside the existing callbacks and flags.

New

1
func

MTAudioProcessingTapCreateWithPreferredFormat

NewiOSmacOStvOS
public func MTAudioProcessingTapCreateWithPreferredFormat(_ allocator: CFAllocator?, _ callbacks: UnsafePointer<MTAudioProcessingTapCallbacks>, _ flags: MTAudioProcessingTapCreationFlags, _ preferredFormat: CMAudioFormatDescription?, _ tapOut: UnsafeMutablePointer<MTAudioProcessingTap?>) -> OSStatus

No APIs match your filter.

← More in Media, Audio & Capture