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

Class FFMS_ErrorInfo

include/ffms.h:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87// we now return you to your regularly scheduled programming.
88
89typedef struct FFMS_ErrorInfo {
90 int ErrorType;
91 int SubType;
92 int BufferSize;
93 char *Buffer;
94} FFMS_ErrorInfo;
95
96typedef struct FFMS_VideoSource FFMS_VideoSource;
97typedef struct FFMS_AudioSource FFMS_AudioSource;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected