MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ is_audio() [1/2]

bool MayaFlux::is_audio ( const fs::path &  filepath)

Definition at line 113 of file Depot.cpp.

114{
115 return check_extension(filepath, k_audio_open_filters[0]);
116}

Referenced by MayaFlux::Portal::Forma::Inspector::buffer_manager().

+ Here is the caller graph for this function: