Segment HLS cache section
| 61 | |
| 62 | //Segment HLS cache section |
| 63 | type Segment struct { |
| 64 | dur time.Duration |
| 65 | data []*av.Packet |
| 66 | } |
| 67 | |
| 68 | type viewer struct { |
| 69 | c chan av.Packet |
nothing calls this directly
no outgoing calls
no test coverage detected