Home | History | Annotate | Download | only in include

Lines Matching full:opus_encode

129   * To encode a frame, opus_encode() or opus_encode_float() must be called with exactly one frame (2.5, 5, 10, 20, 40 or 60 ms) of audio data:
131 * len = opus_encode(enc, audio_frame, frame_size, packet, max_packet);
143 * opus_encode() and opus_encode_float() return the number of bytes actually written to the packet.
263 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_encode(