Skip to content

Commit 3ee4049

Browse files
committed
AudioPlayer: rename resizeMetaData() to setMetaDataSize()
1 parent 071b109 commit 3ee4049

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/AudioTools/CoreAudio/AudioPlayer.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -453,14 +453,10 @@ class AudioPlayer : public AudioInfoSupport, public VolumeSupport {
453453
bool isAutoFade() { return is_auto_fade; }
454454

455455
/// Change the default ID3 max metadata size (256)
456-
void resizeMetaData(int size){
456+
void setMetaDataSize(int size){
457457
meta_out.resize(size);
458458
}
459459

460-
/// Redefines the default copy size
461-
void resizeCopier(int size){
462-
copier.resize(size);
463-
}
464460

465461
protected:
466462
bool active = false;

0 commit comments

Comments
 (0)