VoxaTrace
Toggle table of contents
0.9.2
common
Target filter
common
Switch theme
Search in API
Skip to content
VoxaTrace
VoxaTrace
/
com.musicmuni.voxatrace.sonix.model
/
SegmentInfo
Segment
Info
data
class
SegmentInfo
(
val
index
:
Int
,
val
startTimeMs
:
Long
,
val
endTimeMs
:
Long
,
val
filePath
:
String
?
)
Metadata for a recorded segment within a session.
Members
Constructors
Segment
Info
Link copied to clipboard
constructor
(
index
:
Int
,
startTimeMs
:
Long
,
endTimeMs
:
Long
,
filePath
:
String
?
)
Properties
end
Time
Ms
Link copied to clipboard
val
endTimeMs
:
Long
file
Path
Link copied to clipboard
val
filePath
:
String
?
index
Link copied to clipboard
val
index
:
Int
start
Time
Ms
Link copied to clipboard
val
startTimeMs
:
Long