mirror of
https://github.com/pion/webrtc.git
synced 2025-12-24 11:51:03 +08:00
Use Sample.PacketTimestamp field instead. Migration example: - sample, timestamp := s.PopWithTimestamp() + sample := s.Pop() + timestamp := sample.PacketTimestamp BREAKING CHANGE: SampleBuilder.PopWithTimestamp method is removed