stats window
This commit is contained in:
@@ -8,13 +8,16 @@ import "context"
|
||||
// reader is closed. Consumers must finish reading Payload before returning
|
||||
// control to the worker
|
||||
type VideoFrame struct {
|
||||
Index uint64
|
||||
Width uint32
|
||||
Height uint32
|
||||
Stride uint32
|
||||
Size uint32
|
||||
Invalid bool
|
||||
Payload []byte
|
||||
Index uint64
|
||||
Width uint32
|
||||
Height uint32
|
||||
Stride uint32
|
||||
Size uint32
|
||||
Invalid bool
|
||||
Label string
|
||||
FrameRateNumerator int64
|
||||
FrameRateDenominator int64
|
||||
Payload []byte
|
||||
}
|
||||
|
||||
// VideoReader reads frames from a video source.
|
||||
|
||||
Reference in New Issue
Block a user