Skip to content

Commit

Permalink
Update documentation comment (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbooth authored Feb 1, 2025
1 parent 71fa753 commit b852241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ NS_SWIFT_NAME(AudioPlayer) @interface SFBAudioPlayer : NSObject <SFBAudioPlayerN
/// Returns `YES` if audio with `format` will be played gaplessly
- (BOOL)formatWillBeGaplessIfEnqueued:(AVAudioFormat *)format;

/// Empties the decoder queue
/// Clears the decoder queue
- (void)clearQueue;

/// Returns `YES` if the decoder queue is empty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ NS_SWIFT_NAME(AudioPlayerNode) @interface SFBAudioPlayerNode : AVAudioSourceNode
/// - parameter decoder: The decoder to remove
/// - returns: `YES` if the decoder was removed successfully
- (BOOL)removeDecoderFromQueue:(id<SFBPCMDecoding>)decoder;
/// Empties the decoder queue
/// Clears the decoder queue
- (void)clearQueue;

/// Returns `YES` if the decoder queue is empty
Expand Down

0 comments on commit b852241

Please sign in to comment.