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