Display max layer in stats.
This commit is contained in:
+2
-1
@@ -47,7 +47,8 @@ func (d *Duration) UnmarshalJSON(buf []byte) error {
|
||||
}
|
||||
|
||||
type Track struct {
|
||||
Layer *int `json:"layer,omitempty"`
|
||||
Layer *uint8 `json:"layer,omitempty"`
|
||||
MaxLayer *uint8 `json:"maxLayer,omitempty"`
|
||||
Bitrate uint64 `json:"bitrate"`
|
||||
MaxBitrate uint64 `json:"maxBitrate,omitempty"`
|
||||
Loss float64 `json:"loss"`
|
||||
|
||||
Reference in New Issue
Block a user