Searched defs:OpusEncoder (Results 1 – 2 of 2) sorted by relevance
66 struct OpusEncoder { struct67 int celt_enc_offset;68 int silk_enc_offset;69 silk_EncControlStruct silk_mode;70 int application;71 int channels;72 int delay_compensation;73 int force_channels;74 int signal_type;75 int user_bandwidth;[all …]
164 typedef struct OpusEncoder OpusEncoder; typedef