TrimProgressEvent
@siteed/audio-studio / TrimProgressEvent
Interface: TrimProgressEvent
Defined in: src/AudioStudio.types.ts:708
Represents an event emitted during the trimming process to report progress.
Properties
bytesProcessed?
optionalbytesProcessed:number
Defined in: src/AudioStudio.types.ts:717
The number of bytes that have been processed so far. This is optional and may not be provided in all implementations.
progress
progress:
number
Defined in: src/AudioStudio.types.ts:712
The percentage of the trimming process that has been completed, ranging from 0 to 100.
totalBytes?
optionaltotalBytes:number
Defined in: src/AudioStudio.types.ts:722
The total number of bytes to process. This is optional and may not be provided in all implementations.