Searched refs:play_preprocessor (Results 1 – 1 of 1) sorted by relevance
293 typedef struct play_preprocessor struct296 int (*init)(struct play_preprocessor *self, play_preprocessor_cfg_t *cfg); argument297 int (*read)(struct play_preprocessor *self, char *data, size_t data_len); argument298 int (*seek)(struct play_preprocessor *self, play_preprocessor_cfg_t *cfg); argument299 void (*destroy)(struct play_preprocessor *self); argument