Skip to content

Commit df57535

Browse files
committed
Support for legacy AudioBaseInfoDependent
1 parent 7608b44 commit df57535

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/AudioTools/AudioTypes.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ struct AudioInfo {
8787

8888
};
8989

90-
// Support legacy name
91-
using AudioBaseInfo = AudioInfo;
92-
9390
/**
9491
* @brief Supports changes to the sampling rate, bits and channels
9592
* @ingroup basic
@@ -103,6 +100,11 @@ class AudioInfoDependent {
103100
}
104101
};
105102

103+
// Support legacy name
104+
using AudioBaseInfo = AudioInfo;
105+
using AudioBaseInfoDependent = AudioInfoDependent;
106+
107+
106108
/**
107109
* @brief Supports the subscription to audio change notifications
108110
* @ingroup basic

0 commit comments

Comments
 (0)