mirror of
https://github.com/datarhei/core.git
synced 2025-11-02 20:24:02 +08:00
Add initialized field in progress data
This commit is contained in:
@@ -41,20 +41,21 @@ type ProgressIO struct {
|
||||
}
|
||||
|
||||
type Progress struct {
|
||||
Input []ProgressIO
|
||||
Output []ProgressIO
|
||||
Mapping StreamMapping
|
||||
Frame uint64 // counter
|
||||
Packet uint64 // counter
|
||||
FPS float64 // rate, frames per second
|
||||
PPS float64 // rate, packets per second
|
||||
Quantizer float64 // gauge
|
||||
Size uint64 // bytes
|
||||
Time float64 // seconds with fractions
|
||||
Bitrate float64 // bit/s
|
||||
Speed float64 // gauge
|
||||
Drop uint64 // counter
|
||||
Dup uint64 // counter
|
||||
Initialized bool
|
||||
Input []ProgressIO
|
||||
Output []ProgressIO
|
||||
Mapping StreamMapping
|
||||
Frame uint64 // counter
|
||||
Packet uint64 // counter
|
||||
FPS float64 // rate, frames per second
|
||||
PPS float64 // rate, packets per second
|
||||
Quantizer float64 // gauge
|
||||
Size uint64 // bytes
|
||||
Time float64 // seconds with fractions
|
||||
Bitrate float64 // bit/s
|
||||
Speed float64 // gauge
|
||||
Drop uint64 // counter
|
||||
Dup uint64 // counter
|
||||
}
|
||||
|
||||
type GraphElement struct {
|
||||
|
||||
Reference in New Issue
Block a user