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

Enum FFMS_SampleFormat

include/ffms.h:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156} FFMS_TrackType;
157
158typedef enum FFMS_SampleFormat {
159 FFMS_FMT_U8 = 0,
160 FFMS_FMT_S16,
161 FFMS_FMT_S32,
162 FFMS_FMT_FLT,
163 FFMS_FMT_DBL
164} FFMS_SampleFormat;
165
166typedef enum FFMS_AudioChannel {
167 FFMS_CH_FRONT_LEFT = 0x00000001,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected