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