MCPcopy Create free account
hub / github.com/adamstark/AudioFile / isStereo

Method isStereo

AudioFile.h:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351//=============================================================
352template <class T>
353bool AudioFile<T>::isStereo() const
354{
355 return getNumChannels() == 2;
356}
357
358//=============================================================
359template <class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected