MCPcopy Create free account
hub / github.com/FFMS/ffms2 / FrameTS

Method FrameTS

src/core/audiosource.cpp:536–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536int64_t FFMS_AudioSource::FrameTS(size_t Packet) const {
537 return Frames.HasTS ? Frames[Packet].PTS : Frames[Packet].FilePos;
538}
539
540void FFMS_AudioSource::Seek() {
541 size_t TargetPacket = GetSeekablePacketNumber(Frames, PacketNumber);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected