Files
webrtc/pkg
Atsushi Watanabe c43183890f SampleBuilder: Remove PopWithTimestamp
Use Sample.PacketTimestamp field instead.

Migration example:
- sample, timestamp := s.PopWithTimestamp()
+ sample := s.Pop()
+ timestamp := sample.PacketTimestamp

BREAKING CHANGE: SampleBuilder.PopWithTimestamp method is removed
2024-03-14 11:22:43 +09:00
..
2023-05-05 11:58:49 -04:00
2023-05-05 11:58:49 -04:00