mirror of
https://github.com/xiph/opus.git
synced 2025-05-25 12:49:12 +00:00
Packets indicating DTX may be up to 2 bytes
This commit is contained in:
parent
5eb270d96c
commit
1c311423c8
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ extern "C" {
|
|||
*
|
||||
* opus_encode() and opus_encode_float() return the number of bytes actually written to the packet.
|
||||
* The return value <b>can be negative</b>, which indicates that an error has occurred. If the return value
|
||||
* is 1 byte, then the packet does not need to be transmitted (DTX).
|
||||
* is 2 bytes or less, then the packet does not need to be transmitted (DTX).
|
||||
*
|
||||
* Once the encoder state if no longer needed, it can be destroyed with
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue