Skip to content

Commit 35fb19e

Browse files
committed
AudioPlayer: setMetaDataMaxSize
1 parent 0bb1d77 commit 35fb19e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/AudioTools/CoreAudio/AudioPlayer.h

+5
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,11 @@ class AudioPlayer : public AudioInfoSupport, public VolumeSupport {
448448

449449
bool isAutoFade() { return is_auto_fade; }
450450

451+
/// Defines the id3 metadata max size
452+
void setMetaDataMaxSize(int size){
453+
meta_out.resize(size);
454+
}
455+
451456
protected:
452457
bool active = false;
453458
bool autonext = true;

0 commit comments

Comments
 (0)