Skip to content

Commit e28edf0

Browse files
committed
fix: temporary fix for kAudioFormatAPAC
1 parent 84fc2aa commit e28edf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ios/Video/NextLevelSessionExporter.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import Foundation
44
import AVFoundation
55
import CoreAudioTypes
66

7-
// MARK: - types
7+
// TODO: need to add a support for check if this is not defined in the coreaudio types
8+
let kAudioFormatAPAC: UInt32 = 1634754915 // 'apac'
89

910
/// Session export errors.
1011
public enum NextLevelSessionExporterError: Error, CustomStringConvertible {

0 commit comments

Comments
 (0)