X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a7c9dcc1c6424976bc40995bbb1d37154cb69e0..2356708db31b737c6eae53c2316b642aa5a2e68d:/utils/wxMMedia/sndfrmt.h diff --git a/utils/wxMMedia/sndfrmt.h b/utils/wxMMedia/sndfrmt.h index ee686f1753..6a67db7de2 100644 --- a/utils/wxMMedia/sndfrmt.h +++ b/utils/wxMMedia/sndfrmt.h @@ -36,6 +36,7 @@ class wxSoundDataFormat { void SetChannels(int channels); void SetStereo(bool on); void SetCodecNo(int no); + int GetCodecNo() { return m_codno; } void SetCodecCreate(bool create) { m_codcreate = create; } int GetSampleRate() const { return m_srate; }