Skip to content

Commit 53ad8cc

Browse files
authored
Merge pull request #325 from numandev1/fix/temp-kAudioFormatAPAC
fix: temporary fix for kAudioFormatAPAC
2 parents 84fc2aa + e28edf0 commit 53ad8cc

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)