Метод | Описание | |
---|---|---|
CreateAudioFile ( string filename ) : |
||
CreateAudioFile ( string filename, int volume ) : |
||
CreatePreview ( bool finalise ) : void |
Create the preview to disk
|
|
Export ( bool forceMono, int forceDownSample ) : void | ||
HasMissingRawAudio ( ) : bool |
Call to determin if source audio is still to be decoded, calling Import() will decode it.
|
|
Import ( ) : void |
Add files to the AudioFiles list before calling import
|
|
ProjectBackgroundAudio ( |
||
RemoveFiles ( ) : void | ||
ReplaceInWad ( ) : void | ||
SetSafePreviewSettings ( ) : bool |
Sets the internal preview start, length and fadelength to safe values (start + length is not longer than audiolength etc)
|
Метод | Описание | |
---|---|---|
AudioFileListChanged ( AudioFileList sender, AudioFileChangeType type, |
||
ISettingsChange ( ) : void | ||
setSafePreviewSettings ( int offset, int length, int fadeLength, int volume ) : bool |
Ensures that all inputs are withing safe limits
|
public CreateAudioFile ( string filename ) : |
||
filename | string | |
Результат |
public CreateAudioFile ( string filename, int volume ) : |
||
filename | string | |
volume | int | |
Результат |
public CreatePreview ( bool finalise ) : void | ||
finalise | bool | Set to true if audio on disk has had the final volumes applied (therefore volumes should be 100%) |
Результат | void |
public Export ( bool forceMono, int forceDownSample ) : void | ||
forceMono | bool | |
forceDownSample | int | |
Результат | void |
public ProjectBackgroundAudio ( |
||
project | ||
datWad | ||
datItem | ||
Результат | System |