AVAudioCompressedBuffer
public var packetDependencies: [CoreAudioTypes.AudioStreamPacketDependencyDescription]?
BluetoothMicrophoneExtension
@property(nonatomic, readonly, nullable) AVAudioSessionPortExtensionBluetoothMicrophone *bluetoothMicrophoneExtension;
extern NSString *const AVEncoderDynamicRangeControlConfigurationKey
extern NSString *const AVEncoderContentSourceKey
extern NSString *const AVEncoderASPFrequencyKey
AVAudioSession
@property(atomic, readonly, getter = isOutputMuted) BOOL outputMuted;
extern const AVAudioSessionMode AVAudioSessionModeShortFormVideo
extern const NSNotificationName AVAudioSessionOutputMuteStateChangeNotification
extern NSString *const AVAudioSessionMuteStateKey
extern const NSNotificationName AVAudioSessionUserIntentToUnmuteOutputNotification
extern const NSNotificationName AVAudioSessionAvailableInputsChangeNotification
AVAudioCompressedBuffer
@property(nonatomic, readonly, nullable) AudioStreamPacketDependencyDescription *packetDependencies;
AVAudioConverter
@property(nonatomic, assign, unsafe_unretained, readwrite) NSInteger audioSyncPacketFrequency;
AVAudioConverter
@property(nonatomic, assign, unsafe_unretained, readwrite) AVAudioContentSource contentSource;
AVAudioConverter
@property(nonatomic, assign, unsafe_unretained, readwrite) AVAudioDynamicRangeControlConfiguration dynamicRangeControlConfiguration;