Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
289
FFMS_API(FFMS_Track *) FFMS_GetTrackFromAudio(FFMS_AudioSource *A) {
290
return A->GetTrack();
291
}
292
293
FFMS_API(const FFMS_TrackTimeBase *) FFMS_GetTimeBase(FFMS_Track *T) {
294
return &T->TB;
Callers
1
ffms.h
File · 0.85
Calls
1
GetTrack
Method · 0.45
Tested by
no test coverage detected