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

◆ set_structure()

void MayaFlux::Kakshya::SoundStreamContainer::set_structure ( ContainerDataStructure  structure)
inlineoverridevirtual

Set the data structure for this container.

Parameters
structureNew ContainerDataStructure to apply
Note
This may trigger reorganization of existing data to match the new structure.

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 77 of file SoundStreamContainer.hpp.

77{ m_structure = structure; }