Home
last modified time | relevance | path

Searched refs:SupportedSuffixes (Results 1 – 7 of 7) sorted by relevance

/dports/audio/mous/mous-2.0.1/core/
H A DMediaLoader.cc52 std::vector<std::string> MediaLoader::SupportedSuffixes() const in SupportedSuffixes() function in mous::MediaLoader
54 return impl->SupportedSuffixes(); in SupportedSuffixes()
H A DPlayer.cc52 vector<string> Player::SupportedSuffixes() const in SupportedSuffixes() function in mous::Player
54 return impl->SupportedSuffixes(); in SupportedSuffixes()
H A DMediaLoaderImpl.h78 std::vector<std::string> SupportedSuffixes() const in SupportedSuffixes() function
H A DPlayerImpl.h253 vector<string> SupportedSuffixes() const in SupportedSuffixes() function
/dports/audio/mous/mous-2.0.1/sdk/core/
H A DMediaLoader.h32 std::vector<std::string> SupportedSuffixes() const;
H A DPlayer.h46 std::vector<std::string> SupportedSuffixes() const;
/dports/audio/mous/mous-2.0.1/apps/ncurses/
H A DSession.cc121 const auto& s1 = m_Context->player.SupportedSuffixes(); in NotifySupportedSuffixes()
122 auto s2 = m_Context->loader.SupportedSuffixes(); in NotifySupportedSuffixes()