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

Function FFMS_GetTrackFromAudio

src/core/ffms.cpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289FFMS_API(FFMS_Track *) FFMS_GetTrackFromAudio(FFMS_AudioSource *A) {
290 return A->GetTrack();
291}
292
293FFMS_API(const FFMS_TrackTimeBase *) FFMS_GetTimeBase(FFMS_Track *T) {
294 return &T->TB;

Callers 1

ffms.hFile · 0.85

Calls 1

GetTrackMethod · 0.45

Tested by

no test coverage detected