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

Function FFMS_GetAudioProperties

src/core/ffms.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136FFMS_API(const FFMS_AudioProperties *) FFMS_GetAudioProperties(FFMS_AudioSource *A) {
137 return &A->GetAudioProperties();
138}
139
140FFMS_API(const FFMS_Frame *) FFMS_GetFrame(FFMS_VideoSource *V, int n, FFMS_ErrorInfo *ErrorInfo) {
141 ClearErrorInfo(ErrorInfo);

Callers 2

AvisynthAudioSourceMethod · 0.85
ffms.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected