Searched defs:OpusCustomEncoder (Results 1 – 4 of 4) sorted by relevance
58 struct OpusCustomEncoder { struct59 const OpusCustomMode *mode; /**< Mode used by the encoder */60 int overlap;61 int channels;62 int stream_channels;64 int force_intra;65 int clip;66 int disable_pf;67 int complexity;68 int upsample;[all …]
95 typedef struct OpusCustomEncoder OpusCustomEncoder; typedef