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