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

◆ get_raw_data()

const void * MayaFlux::Kakshya::SoundStreamContainer::get_raw_data ( ) const
overridevirtual

Get a raw pointer to the underlying data storage.

Returns
Pointer to raw data (type depends on DataVariant)

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 335 of file SoundStreamContainer.cpp.

336{
337 auto span = get_data_as_double();
338 return span.empty() ? nullptr : span.data();
339}
std::span< const double > get_data_as_double() const
Get the audio data as a specific type.

References get_data_as_double().

+ Here is the call graph for this function: