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

Class FFMS_KeyValuePair

include/ffms.h:412–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410} FFMS_AudioProperties;
411
412typedef struct FFMS_KeyValuePair {
413 const char *Key;
414 const char *Value;
415} FFMS_KeyValuePair;
416
417typedef int (FFMS_CC *TIndexCallback)(int64_t Current, int64_t Total, void *ICPrivate);
418

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected