Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/media/types/media
MediaTrack
Interface MediaTrack
interface
MediaTrack
{
cameraId
?:
string
;
cameraName
?:
string
;
combinedDuration
:
number
;
endTime
:
number
;
id
:
string
;
index
:
number
;
isActive
?:
boolean
;
isLocked
:
boolean
;
isMuted
:
boolean
;
isVisible
:
boolean
;
name
?:
string
;
sectionDuration
?:
number
;
segments
?:
VideoSegment
[]
;
startTime
:
number
;
timeRanges
?:
TimeRange
[]
;
type
?:
"audio"
|
"video"
|
"image"
;
videos
?:
MediaFile
[]
;
volume
:
number
;
}
Index
Properties
camera
Id?
camera
Name?
combined
Duration
end
Time
id
index
is
Active?
is
Locked
is
Muted
is
Visible
name?
section
Duration?
segments?
start
Time
time
Ranges?
type?
videos?
volume
Properties
Optional
camera
Id
cameraId
?:
string
Optional
camera
Name
cameraName
?:
string
combined
Duration
combinedDuration
:
number
end
Time
endTime
:
number
id
id
:
string
index
index
:
number
Optional
is
Active
isActive
?:
boolean
is
Locked
isLocked
:
boolean
is
Muted
isMuted
:
boolean
is
Visible
isVisible
:
boolean
Optional
name
name
?:
string
Optional
section
Duration
sectionDuration
?:
number
Optional
segments
segments
?:
VideoSegment
[]
start
Time
startTime
:
number
Optional
time
Ranges
timeRanges
?:
TimeRange
[]
Optional
type
type
?:
"audio"
|
"video"
|
"image"
Optional
videos
videos
?:
MediaFile
[]
volume
volume
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
camera
Id
camera
Name
combined
Duration
end
Time
id
index
is
Active
is
Locked
is
Muted
is
Visible
name
section
Duration
segments
start
Time
time
Ranges
type
videos
volume
Timeline Studio API Documentation - v0.26.0
Loading...