Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ IsAudio
Function
IsAudio
src/decoder/plugins/FfmpegDecoderPlugin.cxx:95–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
[[gnu::pure]]
96
static bool
97
IsAudio(const AVStream &stream) noexcept
98
{
99
return stream.codecpar->codec_type == AVMEDIA_TYPE_AUDIO;
100
}
101
102
[[gnu::pure]]
103
static int
Callers
1
ffmpeg_find_audio_stream
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected