SKMicrophoneRecordingFormat
Objective-C
enum SKMicrophoneRecordingFormat : NSUInteger {}
Swift
enum SKMicrophoneRecordingFormat : UInt, @unchecked Sendable
These constants indicate the recording format of the Microphone sensor.
-
Linear PCM is an uncompressed audio data format.
Declaration
Objective-C
SKMicrophoneRecordingFormatLinearPCM = 0Swift
case linearPCM = 0 -
MPEG-4 AAC audio data format.
Declaration
Objective-C
SKMicrophoneRecordingFormatMPEG4AACSwift
case MPEG4AAC = 1
View on GitHub