File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments