TimeRange
@siteed/audio-studio / TimeRange
Interface: TimeRange
Defined in: src/AudioStudio.types.ts:742
Defines a time range in milliseconds for trimming operations.
Properties
endTimeMs
endTimeMs:
number
Defined in: src/AudioStudio.types.ts:751
The end time of the range in milliseconds.
startTimeMs
startTimeMs:
number
Defined in: src/AudioStudio.types.ts:746
The start time of the range in milliseconds.