Searched defs:OpusEncoder (Results 1 – 2 of 2) sorted by relevance
62 struct OpusEncoder { struct63 int celt_enc_offset;64 int silk_enc_offset;65 silk_EncControlStruct silk_mode;66 int application;67 int channels;68 int delay_compensation;69 int force_channels;70 int signal_type;71 int user_bandwidth;[all …]
164 typedef struct OpusEncoder OpusEncoder; typedef