Skip to content

Commit

Permalink
Appveyor CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sipsorcery committed Nov 4, 2024
1 parent 8f11666 commit 88339ba
Show file tree
Hide file tree
Showing 23 changed files with 479 additions and 1,571 deletions.
240 changes: 53 additions & 187 deletions api/SIPSorcery.Net.DtlsSrtpTransport.html

Large diffs are not rendered by default.

71 changes: 18 additions & 53 deletions api/SIPSorcery.Net.H264Packetiser.H264Nal.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,18 @@ <h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_Net_H264Packetiser_H264Nal__ctor_System_Int32_System_Int32_System_Boolean_.md&amp;value=---%0Auid%3A%20SIPSorcery.Net.H264Packetiser.H264Nal.%23ctor(System.Int32%2CSystem.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_Net_H264Packetiser_H264Nal__ctor_System_Byte___System_Boolean_.md&amp;value=---%0Auid%3A%20SIPSorcery.Net.H264Packetiser.H264Nal.%23ctor(System.Byte%5B%5D%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/net/RTP/Packetisation/H264Packetiser.cs/#L49">View Source</a>
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/net/RTP/Packetisation/H264Packetiser.cs/#L47">View Source</a>
</span>
<a id="SIPSorcery_Net_H264Packetiser_H264Nal__ctor_" data-uid="SIPSorcery.Net.H264Packetiser.H264Nal.#ctor*"></a>
<h4 id="SIPSorcery_Net_H264Packetiser_H264Nal__ctor_System_Int32_System_Int32_System_Boolean_" data-uid="SIPSorcery.Net.H264Packetiser.H264Nal.#ctor(System.Int32,System.Int32,System.Boolean)">H264Nal(Int32, Int32, Boolean)</h4>
<h4 id="SIPSorcery_Net_H264Packetiser_H264Nal__ctor_System_Byte___System_Boolean_" data-uid="SIPSorcery.Net.H264Packetiser.H264Nal.#ctor(System.Byte[],System.Boolean)">H264Nal(Byte[], Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public H264Nal(int start, int length, bool isLast)</code></pre>
<pre><code class="lang-csharp hljs">public H264Nal(byte[] nal, bool isLast)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -130,13 +130,8 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td><span class="xref">System.Byte</span>[]</td>
<td><span class="parametername">nal</span></td>
<td></td>
</tr>
<tr>
Expand All @@ -146,23 +141,24 @@ <h5 class="parameters">Parameters</h5>
</tr>
</tbody>
</table>
<h3 id="fields">Fields
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_Net_H264Packetiser_H264Nal_Length.md&amp;value=---%0Auid%3A%20SIPSorcery.Net.H264Packetiser.H264Nal.Length%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_Net_H264Packetiser_H264Nal_IsLast.md&amp;value=---%0Auid%3A%20SIPSorcery.Net.H264Packetiser.H264Nal.IsLast%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/net/RTP/Packetisation/H264Packetiser.cs/#L45">View Source</a>
</span>
<h4 id="SIPSorcery_Net_H264Packetiser_H264Nal_Length" data-uid="SIPSorcery.Net.H264Packetiser.H264Nal.Length">Length</h4>
<a id="SIPSorcery_Net_H264Packetiser_H264Nal_IsLast_" data-uid="SIPSorcery.Net.H264Packetiser.H264Nal.IsLast*"></a>
<h4 id="SIPSorcery_Net_H264Packetiser_H264Nal_IsLast" data-uid="SIPSorcery.Net.H264Packetiser.H264Nal.IsLast">IsLast</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly int Length</code></pre>
<pre><code class="lang-csharp hljs">public readonly bool IsLast { get; }</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
Expand All @@ -172,56 +168,25 @@ <h5 class="fieldValue">Field Value</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_Net_H264Packetiser_H264Nal_Start.md&amp;value=---%0Auid%3A%20SIPSorcery.Net.H264Packetiser.H264Nal.Start%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_Net_H264Packetiser_H264Nal_NAL.md&amp;value=---%0Auid%3A%20SIPSorcery.Net.H264Packetiser.H264Nal.NAL%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/net/RTP/Packetisation/H264Packetiser.cs/#L44">View Source</a>
</span>
<h4 id="SIPSorcery_Net_H264Packetiser_H264Nal_Start" data-uid="SIPSorcery.Net.H264Packetiser.H264Nal.Start">Start</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly int Start</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_Net_H264Packetiser_H264Nal_IsLast.md&amp;value=---%0Auid%3A%20SIPSorcery.Net.H264Packetiser.H264Nal.IsLast%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/net/RTP/Packetisation/H264Packetiser.cs/#L47">View Source</a>
</span>
<a id="SIPSorcery_Net_H264Packetiser_H264Nal_IsLast_" data-uid="SIPSorcery.Net.H264Packetiser.H264Nal.IsLast*"></a>
<h4 id="SIPSorcery_Net_H264Packetiser_H264Nal_IsLast" data-uid="SIPSorcery.Net.H264Packetiser.H264Nal.IsLast">IsLast</h4>
<a id="SIPSorcery_Net_H264Packetiser_H264Nal_NAL_" data-uid="SIPSorcery.Net.H264Packetiser.H264Nal.NAL*"></a>
<h4 id="SIPSorcery_Net_H264Packetiser_H264Nal_NAL" data-uid="SIPSorcery.Net.H264Packetiser.H264Nal.NAL">NAL</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly bool IsLast { get; }</code></pre>
<pre><code class="lang-csharp hljs">public readonly byte[] NAL { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -233,7 +198,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="xref">System.Byte</span>[]</td>
<td></td>
</tr>
</tbody>
Expand Down
20 changes: 5 additions & 15 deletions api/SIPSorcery.Net.H264Packetiser.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3 id="methods">Methods
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_Net_H264Packetiser_GetH264RtpHeader_System_Byte_System_Boolean_System_Boolean_.md&amp;value=---%0Auid%3A%20SIPSorcery.Net.H264Packetiser.GetH264RtpHeader(System.Byte%2CSystem.Boolean%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/net/RTP/Packetisation/H264Packetiser.cs/#L168">View Source</a>
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/net/RTP/Packetisation/H264Packetiser.cs/#L165">View Source</a>
</span>
<a id="SIPSorcery_Net_H264Packetiser_GetH264RtpHeader_" data-uid="SIPSorcery.Net.H264Packetiser.GetH264RtpHeader*"></a>
<h4 id="SIPSorcery_Net_H264Packetiser_GetH264RtpHeader_System_Byte_System_Boolean_System_Boolean_" data-uid="SIPSorcery.Net.H264Packetiser.GetH264RtpHeader(System.Byte,System.Boolean,System.Boolean)">GetH264RtpHeader(Byte, Boolean, Boolean)</h4>
Expand Down Expand Up @@ -258,18 +258,18 @@ <h5 id="SIPSorcery_Net_H264Packetiser_GetH264RtpHeader_System_Byte_System_Boolea
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_Net_H264Packetiser_ParseNals_System_Byte___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20SIPSorcery.Net.H264Packetiser.ParseNals(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_Net_H264Packetiser_ParseNals_System_Byte___.md&amp;value=---%0Auid%3A%20SIPSorcery.Net.H264Packetiser.ParseNals(System.Byte%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/net/RTP/Packetisation/H264Packetiser.cs/#L57">View Source</a>
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/net/RTP/Packetisation/H264Packetiser.cs/#L54">View Source</a>
</span>
<a id="SIPSorcery_Net_H264Packetiser_ParseNals_" data-uid="SIPSorcery.Net.H264Packetiser.ParseNals*"></a>
<h4 id="SIPSorcery_Net_H264Packetiser_ParseNals_System_Byte___System_Int32_System_Int32_" data-uid="SIPSorcery.Net.H264Packetiser.ParseNals(System.Byte[],System.Int32,System.Int32)">ParseNals(Byte[], Int32, Int32)</h4>
<h4 id="SIPSorcery_Net_H264Packetiser_ParseNals_System_Byte___" data-uid="SIPSorcery.Net.H264Packetiser.ParseNals(System.Byte[])">ParseNals(Byte[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IEnumerable&lt;H264Packetiser.H264Nal&gt; ParseNals(byte[] accessUnit, int start, int length)</code></pre>
<pre><code class="lang-csharp hljs">public static IEnumerable&lt;H264Packetiser.H264Nal&gt; ParseNals(byte[] accessUnit)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -286,16 +286,6 @@ <h5 class="parameters">Parameters</h5>
<td><span class="parametername">accessUnit</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">start</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
Expand Down
Loading

0 comments on commit 88339ba

Please sign in to comment.