Skip to main content

TrimProgressEvent

@siteed/expo-audio-studio


@siteed/expo-audio-studio / TrimProgressEvent

Interface: TrimProgressEvent

Defined in: src/ExpoAudioStream.types.ts:566

Represents an event emitted during the trimming process to report progress.

Properties

bytesProcessed?

optional bytesProcessed: number

Defined in: src/ExpoAudioStream.types.ts:575

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/ExpoAudioStream.types.ts:570

The percentage of the trimming process that has been completed, ranging from 0 to 100.


totalBytes?

optional totalBytes: number

Defined in: src/ExpoAudioStream.types.ts:580

The total number of bytes to process. This is optional and may not be provided in all implementations.