Home | History | Annotate | Download | only in include

Lines Matching refs:nb_streams

948   * @param nb_streams <tt>opus_int32</tt>: The number of streams (not channels) in the packet.
955 OPUS_EXPORT int opus_multistream_packet_pad(unsigned char *data, opus_int32 len, opus_int32 new_len, int nb_streams);
963 * @param nb_streams <tt>opus_int32</tt>: The number of streams (not channels) in the packet.
970 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_multistream_packet_unpad(unsigned char *data, opus_int32 len, int nb_streams);