Home | History | Annotate | Download | only in include

Lines Matching full:max_packet

131   * len = opus_encode(enc, audio_frame, frame_size, packet, max_packet);
139 * <li>max_packet is the maximum number of bytes that can be written in the packet (4000 bytes is recommended).
140 * Do not use max_packet to control VBR target bitrate, instead use the #OPUS_SET_BITRATE CTL.</li>