Package io.github.lunasaw.zlm.entity
Class Track
java.lang.Object
io.github.lunasaw.zlm.entity.Track
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
轨道时长,单位毫秒int
累计接收帧数int
gop间隔时间,单位毫秒int
gop大小,单位帧数int
累计接收关键帧数double
丢包率,-1表示未知int
音频采样位数int
音频采样率 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
frames
public int frames累计接收帧数 -
sampleBit
public int sampleBit音频采样位数 -
sampleRate
public int sampleRate音频采样率 -
gopIntervalMs
public int gopIntervalMsgop间隔时间,单位毫秒 -
gopSize
public int gopSizegop大小,单位帧数 -
keyFrames
public int keyFrames累计接收关键帧数 -
duration
public long duration轨道时长,单位毫秒 -
loss
public double loss丢包率,-1表示未知
-
-
Constructor Details
-
Track
public Track()
-