Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamInputData ¶
type StreamInputData struct {
/* 停止时间 (Optional) */
DownTime string `json:"downTime"`
/* 媒资类型 (Optional) */
MediaType string `json:"mediaType"`
/* 实际码率 (Optional) */
BitrateFact string `json:"bitrateFact"`
/* 基准帧率 (Optional) */
FpsDatum string `json:"fpsDatum"`
/* 实际帧率 (Optional) */
FpsFact string `json:"fpsFact"`
/* 基准码率 (Optional) */
BitrateDatum string `json:"bitrateDatum"`
/* 基准帧时间戳跳变 (Optional) */
TsDeltaDatum string `json:"tsDeltaDatum"`
/* 实际帧时间戳跳变 (Optional) */
TsDeltaFact string `json:"tsDeltaFact"`
}
Click to show internal directories.
Click to hide internal directories.