Package net.paulhertz.pixelaudio.io
Class AudioBrushSessionIO.SessionData<B>
java.lang.Object
net.paulhertz.pixelaudio.io.AudioBrushSessionIO.SessionData<B>
- Enclosing class:
- AudioBrushSessionIO
Loaded session data with rebuilt brush objects and source records.
-
Field Summary
FieldsModifier and TypeFieldDescriptionBrush objects created by the supplied factory.Session metadata.Manifest records corresponding to the loaded brushes. -
Constructor Summary
ConstructorsConstructorDescriptionSessionData(AudioBrushSessionIO.SessionMeta meta, List<B> brushes, List<AudioBrushSessionIO.BrushRecord> records) Creates a session data container. -
Method Summary
-
Field Details
-
meta
Session metadata. -
brushes
Brush objects created by the supplied factory. -
records
Manifest records corresponding to the loaded brushes.
-
-
Constructor Details
-
SessionData
public SessionData(AudioBrushSessionIO.SessionMeta meta, List<B> brushes, List<AudioBrushSessionIO.BrushRecord> records) Creates a session data container.- Parameters:
meta- session metadatabrushes- loaded brush objectsrecords- source manifest records
-