Skip to content

Commit 801b816

Browse files
committed
PHPDocs
1 parent cdf7757 commit 801b816

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Discord/Voice/VoicePacket.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ class VoicePacket
2828

2929
public const RTP_VERSION_PAD_EXTEND_INDEX = 0;
3030
/**
31-
* Bit index 0 and 1 represent the RTP Protocol version used. Discord uses the latest RTP protocol version, 2.<br>
32-
* Bit index 2 represents whether or not we pad. Opus uses an internal padding system, so RTP padding is not used.<br>
33-
* Bit index 3 represents if we use extensions.<br>
31+
* Bit index 0 and 1 represent the RTP Protocol version used. Discord uses the latest RTP protocol version, 2.
32+
* Bit index 2 represents whether or not we pad. Opus uses an internal padding system, so RTP padding is not used.
33+
* Bit index 3 represents if we use extensions.
3434
* Bit index 4 to 7 represent the CC or CSRC count. CSRC is Combined SSRC.
3535
*/
3636
public const RTP_VERSION_PAD_EXTEND = 0x80;

0 commit comments

Comments
 (0)