We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84fc2aa + e28edf0 commit 53ad8ccCopy full SHA for 53ad8cc
ios/Video/NextLevelSessionExporter.swift
@@ -4,7 +4,8 @@ import Foundation
4
import AVFoundation
5
import CoreAudioTypes
6
7
-// MARK: - types
+// TODO: need to add a support for check if this is not defined in the coreaudio types
8
+let kAudioFormatAPAC: UInt32 = 1634754915 // 'apac'
9
10
/// Session export errors.
11
public enum NextLevelSessionExporterError: Error, CustomStringConvertible {
0 commit comments