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:
score::Command

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 CommandGroupKeyparentKey () const noexcept=0
 
virtual const CommandKeykey () const noexcept=0
 
QByteArray serialize () const
 
void deserialize (const QByteArray &)
 
virtual QString description () const =0
 

Member Function Documentation

◆ deserializeImpl()

void Media::RelocateAudioFile::deserializeImpl ( DataStreamOutput s)
overrideprotectedvirtual

Implements score::Command.

◆ serializeImpl()

void Media::RelocateAudioFile::serializeImpl ( DataStreamInput s) const
overrideprotectedvirtual

Implements score::Command.


The documentation for this class was generated from the following files: