(value *AVFrame)
| 91 | } |
| 92 | |
| 93 | func (a *Audio) CompleteRTP(value *AVFrame) { |
| 94 | a.PacketizeRTP(value.AUList.ToList()...) |
| 95 | } |
| 96 | |
| 97 | func (a *Audio) Narrow() { |
| 98 | // if a.HistoryRing == nil && a.IDRing != nil { |
nothing calls this directly
no test coverage detected