Loading...
Searching...
No Matches
Media::RelocateAudioFile Class Referencefinal
Points a sound process at the same audio, in another place. More...
Inheritance diagram for Media::RelocateAudioFile:
Detailed Description
Points a sound process at the same audio, in another place.
Unlike ChangeAudioFile this touches nothing but the path: no interval resize, no tempo detection, no stream reset. That is what project consolidation needs — the audio is byte-identical, only its location moved.
Protected Member Functions | |
| void | serializeImpl (DataStreamInput &s) const override |
| void | deserializeImpl (DataStreamOutput &s) override |
Additional Inherited Members | |
Public Member Functions inherited from score::Command | |
| virtual const CommandGroupKey & | parentKey () const noexcept=0 |
| virtual const CommandKey & | key () const noexcept=0 |
| QByteArray | serialize () const |
| void | deserialize (const QByteArray &) |
| virtual QString | description () const =0 |
Member Function Documentation
◆ deserializeImpl()
|
overrideprotectedvirtual |
Implements score::Command.
◆ serializeImpl()
|
overrideprotectedvirtual |
Implements score::Command.
The documentation for this class was generated from the following files:
- ChangeAudioFile.hpp
- ChangeAudioFile.cpp
Public Member Functions inherited from