Scalable video coding (SVC).

This commit is contained in:
Juliusz Chroboczek
2021-05-11 15:28:30 +02:00
parent 7590588a54
commit 6f9d7fc306
13 changed files with 660 additions and 39 deletions
+1
View File
@@ -47,6 +47,7 @@ func (d *Duration) UnmarshalJSON(buf []byte) error {
}
type Track struct {
Layer *int `json:"layer,omitempty"`
Bitrate uint64 `json:"bitrate"`
MaxBitrate uint64 `json:"maxBitrate,omitempty"`
Loss float64 `json:"loss"`