Skip to content

Commit

Permalink
0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 27, 2023
1 parent c2af041 commit 99f5c9c
Show file tree
Hide file tree
Showing 102 changed files with 3,081 additions and 10,377 deletions.
7 changes: 4 additions & 3 deletions docs/assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

36 changes: 26 additions & 10 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
--light-color-ts-accessor: var(--light-color-ts-property);
--light-color-ts-get-signature: var(--light-color-ts-accessor);
--light-color-ts-set-signature: var(--light-color-ts-accessor);
/* object literal not included as it is not used and will be removed in 0.25 */
--light-color-ts-type-alias: #d51270;
/* reference not included as links will be colored with the kind that it points to */

Expand Down Expand Up @@ -72,7 +71,6 @@
--dark-color-ts-accessor: var(--dark-color-ts-property);
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
/* object literal not included as it is not used and will be removed in 0.25 */
--dark-color-ts-type-alias: #ff6492;
/* reference not included as links will be colored with the kind that it points to */

Expand Down Expand Up @@ -468,13 +466,12 @@ blockquote {
padding: 0 0 0 20px;
margin: 0;
}
.tsd-typography h4,
.tsd-typography .tsd-index-panel h3,
.tsd-index-panel .tsd-typography h3,
.tsd-typography h4,
.tsd-typography h5,
.tsd-typography h6 {
font-size: 1em;
margin: 0;
}
.tsd-typography h5,
.tsd-typography h6 {
Expand All @@ -485,6 +482,19 @@ blockquote {
.tsd-typography ol {
margin: 1em 0;
}
.tsd-typography table {
border-collapse: collapse;
border: none;
}
.tsd-typography td,
.tsd-typography th {
padding: 6px 13px;
border: 1px solid var(--color-accent);
}
.tsd-typography thead,
.tsd-typography tr:nth-child(even) {
background-color: var(--color-background-secondary);
}

.tsd-breadcrumb {
margin: 0;
Expand Down Expand Up @@ -900,21 +910,25 @@ a.tsd-index-link {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#tsd-search .results li {
padding: 0 10px;
background-color: var(--color-background);
line-height: initial;
padding: 4px;
}
#tsd-search .results li:nth-child(even) {
background-color: var(--color-background-secondary);
}
#tsd-search .results li.state {
display: none;
}
#tsd-search .results li.current,
#tsd-search .results li:hover {
#tsd-search .results li.current:not(.no-results),
#tsd-search .results li:hover:not(.no-results) {
background-color: var(--color-accent);
}
#tsd-search .results a {
display: block;
display: flex;
align-items: center;
padding: 0.25rem;
box-sizing: border-box;
}
#tsd-search .results a:before {
top: 10px;
Expand Down Expand Up @@ -1070,7 +1084,9 @@ ul.tsd-type-parameter-list h5 {
overflow: hidden;
opacity: 0.8;
height: 40px;
transition: opacity 0.1s, background-color 0.2s;
transition:
opacity 0.1s,
background-color 0.2s;
vertical-align: bottom;
cursor: pointer;
}
Expand Down Expand Up @@ -1122,7 +1138,7 @@ img {
}

.deprecated {
text-decoration: line-through;
text-decoration: line-through !important;
}

.warning {
Expand Down
151 changes: 32 additions & 119 deletions docs/classes/packets.ByePacket.html

Large diffs are not rendered by default.

141 changes: 27 additions & 114 deletions docs/classes/packets.CompoundPacket.html

Large diffs are not rendered by default.

141 changes: 27 additions & 114 deletions docs/classes/packets.DLRRExtendedReport.html

Large diffs are not rendered by default.

157 changes: 35 additions & 122 deletions docs/classes/packets.DRLEExtendedReport.html

Large diffs are not rendered by default.

163 changes: 38 additions & 125 deletions docs/classes/packets.ECNExtendedReport.html

Large diffs are not rendered by default.

179 changes: 46 additions & 133 deletions docs/classes/packets.EcnPacket.html

Large diffs are not rendered by default.

147 changes: 30 additions & 117 deletions docs/classes/packets.ExtendedJitterReportsPacket.html

Large diffs are not rendered by default.

131 changes: 22 additions & 109 deletions docs/classes/packets.ExtendedReport.html

Large diffs are not rendered by default.

147 changes: 30 additions & 117 deletions docs/classes/packets.FeedbackPacket.html

Large diffs are not rendered by default.

143 changes: 28 additions & 115 deletions docs/classes/packets.GenericExtendedReport.html

Large diffs are not rendered by default.

155 changes: 34 additions & 121 deletions docs/classes/packets.GenericFeedbackPacket.html

Large diffs are not rendered by default.

147 changes: 30 additions & 117 deletions docs/classes/packets.GenericPacket.html

Large diffs are not rendered by default.

157 changes: 35 additions & 122 deletions docs/classes/packets.LRLEExtendedReport.html

Large diffs are not rendered by default.

157 changes: 35 additions & 122 deletions docs/classes/packets.NackPacket.html

Large diffs are not rendered by default.

157 changes: 35 additions & 122 deletions docs/classes/packets.PRTExtendedReport.html

Large diffs are not rendered by default.

133 changes: 23 additions & 110 deletions docs/classes/packets.Packet.html

Large diffs are not rendered by default.

151 changes: 32 additions & 119 deletions docs/classes/packets.PliPacket.html

Large diffs are not rendered by default.

143 changes: 28 additions & 115 deletions docs/classes/packets.RRTExtendedReport.html

Large diffs are not rendered by default.

151 changes: 32 additions & 119 deletions docs/classes/packets.ReceiverReportPacket.html

Large diffs are not rendered by default.

161 changes: 37 additions & 124 deletions docs/classes/packets.ReceptionReport.html

Large diffs are not rendered by default.

159 changes: 36 additions & 123 deletions docs/classes/packets.RpsiPacket.html

Large diffs are not rendered by default.

137 changes: 25 additions & 112 deletions docs/classes/packets.RtcpPacket.html

Large diffs are not rendered by default.

255 changes: 84 additions & 171 deletions docs/classes/packets.RtpPacket.html

Large diffs are not rendered by default.

187 changes: 50 additions & 137 deletions docs/classes/packets.SSExtendedReport.html

Large diffs are not rendered by default.

143 changes: 28 additions & 115 deletions docs/classes/packets.SdesChunk.html

Large diffs are not rendered by default.

147 changes: 30 additions & 117 deletions docs/classes/packets.SdesPacket.html

Large diffs are not rendered by default.

171 changes: 42 additions & 129 deletions docs/classes/packets.SenderReportPacket.html

Large diffs are not rendered by default.

129 changes: 21 additions & 108 deletions docs/classes/packets.Serializable.html

Large diffs are not rendered by default.

157 changes: 35 additions & 122 deletions docs/classes/packets.SliPacket.html

Large diffs are not rendered by default.

151 changes: 32 additions & 119 deletions docs/classes/packets.SrReqPacket.html

Large diffs are not rendered by default.

227 changes: 70 additions & 157 deletions docs/classes/packets.VMExtendedReport.html

Large diffs are not rendered by default.

153 changes: 33 additions & 120 deletions docs/classes/packets.XrPacket.html

Large diffs are not rendered by default.

163 changes: 38 additions & 125 deletions docs/enums/packets.ExtendedReportType.html

Large diffs are not rendered by default.

139 changes: 26 additions & 113 deletions docs/enums/packets.PsFeedbackMessageType.html

Large diffs are not rendered by default.

169 changes: 41 additions & 128 deletions docs/enums/packets.RtcpPacketType.html

Large diffs are not rendered by default.

163 changes: 38 additions & 125 deletions docs/enums/packets.RtpExtensionType.html

Large diffs are not rendered by default.

133 changes: 23 additions & 110 deletions docs/enums/packets.RtpFeedbackMessageType.html

Large diffs are not rendered by default.

163 changes: 38 additions & 125 deletions docs/enums/packets.SdesItemType.html

Large diffs are not rendered by default.

119 changes: 19 additions & 100 deletions docs/functions/packets.createExtendedReportBitVectorChunk.html

Large diffs are not rendered by default.

119 changes: 19 additions & 100 deletions docs/functions/packets.createExtendedReportRunLengthChunk.html

Large diffs are not rendered by default.

113 changes: 13 additions & 100 deletions docs/functions/packets.createNackItem.html

Large diffs are not rendered by default.

113 changes: 13 additions & 100 deletions docs/functions/packets.isRtcp.html

Large diffs are not rendered by default.

113 changes: 13 additions & 100 deletions docs/functions/packets.isRtp.html

Large diffs are not rendered by default.

113 changes: 13 additions & 100 deletions docs/functions/packets.parseExtendedReportChunk.html

Large diffs are not rendered by default.

113 changes: 13 additions & 100 deletions docs/functions/packets.parseNackItem.html

Large diffs are not rendered by default.

113 changes: 13 additions & 100 deletions docs/functions/packets.rtpExtensionUriToType.html

Large diffs are not rendered by default.

113 changes: 13 additions & 100 deletions docs/functions/packets.timeMsToAbsSendTime.html

Large diffs are not rendered by default.

38 changes: 13 additions & 25 deletions docs/functions/utils.arrayBufferToString.html

Large diffs are not rendered by default.

38 changes: 13 additions & 25 deletions docs/functions/utils.dataViewToString.html

Large diffs are not rendered by default.

38 changes: 13 additions & 25 deletions docs/functions/utils.getStringByteLength.html

Large diffs are not rendered by default.

38 changes: 13 additions & 25 deletions docs/functions/utils.nodeBufferToArrayBuffer.html

Large diffs are not rendered by default.

38 changes: 13 additions & 25 deletions docs/functions/utils.nodeBufferToDataView.html

Large diffs are not rendered by default.

38 changes: 13 additions & 25 deletions docs/functions/utils.numberToDataView.html

Large diffs are not rendered by default.

38 changes: 13 additions & 25 deletions docs/functions/utils.numericArrayToDataView.html

Large diffs are not rendered by default.

38 changes: 13 additions & 25 deletions docs/functions/utils.padTo4Bytes.html

Large diffs are not rendered by default.

38 changes: 13 additions & 25 deletions docs/functions/utils.stringToDataView.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions docs/index.html

Large diffs are not rendered by default.

191 changes: 52 additions & 139 deletions docs/modules/packets.html

Large diffs are not rendered by default.

38 changes: 13 additions & 25 deletions docs/modules/utils.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.ByePacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.CompoundPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.DLRRExtendedReportDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.DLRRSubReport.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.DRLEExtendedReportDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.ECNExtendedReportDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.EcnPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.ExtendedJitterReportsPacketDump.html

Large diffs are not rendered by default.

132 changes: 33 additions & 99 deletions docs/types/packets.ExtendedReportChunk.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.ExtendedReportDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.FeedbackPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.GenericExtendedReportDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.GenericFeedbackPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.GenericPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.LRLEExtendedReportDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.NackPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.PRTExtendedReportDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.PacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.PliPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.RRTExtendedReportDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.ReceiverReportPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.ReceptionReportDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.RpsiPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.RtcpPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.RtpExtensionMapping.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.RtpPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.SSExtendedReportDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.SdesChunkDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.SdesPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.SenderReportPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.SerializableDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.SliPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.SrReqPacketDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.SsrcAudioLevelExtension.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.VMExtendedReportDump.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.VideoOrientationExtension.html

Large diffs are not rendered by default.

111 changes: 12 additions & 99 deletions docs/types/packets.XrPacketDump.html

Large diffs are not rendered by default.

Loading

0 comments on commit 99f5c9c

Please sign in to comment.