StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.endpoints.composites.muxers.mp4.models
/
Track
Track
class
Track
(
val
id
:
Int
,
val
config
:
CodecConfig
,
val
timescale
:
Int
=
TimeUtils.TIME_SCALE
)
Members
Constructors
Track
Link copied to clipboard
constructor
(
id
:
Int
,
config
:
CodecConfig
,
timescale
:
Int
=
TimeUtils.TIME_SCALE
)
Types
Sync
Sample
Link copied to clipboard
class
SyncSample
(
val
time
:
Long
,
val
isFragment
:
Boolean
,
val
moofOffset
:
Long
)
Properties
config
Link copied to clipboard
val
config
:
CodecConfig
first
Timestamp
Link copied to clipboard
val
firstTimestamp
:
Long
id
Link copied to clipboard
val
id
:
Int
sync
Samples
Link copied to clipboard
val
syncSamples
:
MutableList
<
Track.SyncSample
>
timescale
Link copied to clipboard
val
timescale
:
Int