TimeRange
@siteed/expo-audio-studio / TimeRange
Interface: TimeRange
Defined in: src/ExpoAudioStream.types.ts:586
Defines a time range in milliseconds for trimming operations.
Properties
endTimeMs
endTimeMs:
number
Defined in: src/ExpoAudioStream.types.ts:595
The end time of the range in milliseconds.
startTimeMs
startTimeMs:
number
Defined in: src/ExpoAudioStream.types.ts:590
The start time of the range in milliseconds.