File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/CSFBAudioEngine/Player Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ class AudioPlayer final {
304304 Decoder _Nullable PopDecoderFromInternalQueue () noexcept;
305305
306306public:
307- // MARK: AVAudioEngine Notification Handling
307+ // MARK: - AVAudioEngine Notification Handling
308308
309309 // / Called to process `AVAudioEngineConfigurationChangeNotification`
310310 void HandleAudioEngineConfigurationChange (AVAudioEngine * _Nonnull engine, NSDictionary * _Nullable userInfo) noexcept;
Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ void AVAudioSessionInterruptionNotificationCallback(CFNotificationCenterRef cent
488488 return decoder;
489489}
490490
491- // MARK: AVAudioEngine Notification Handling
491+ // MARK: - AVAudioEngine Notification Handling
492492
493493void SFB::AudioPlayer::HandleAudioEngineConfigurationChange (AVAudioEngine *engine, NSDictionary *userInfo) noexcept
494494{
You can’t perform that action at this time.
0 commit comments