Skip to content

Commit

Permalink
Bump to up 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Sep 17, 2022
1 parent 54f2f41 commit 41dbb51
Show file tree
Hide file tree
Showing 187 changed files with 2,092 additions and 8,022 deletions.
82 changes: 37 additions & 45 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">HaishinKit 1.2.7 Docs</a> (69% documented)</p>
<p><a href="index.html">HaishinKit 1.3.0 Docs</a> (79% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -50,6 +50,9 @@
<li class="nav-group-task">
<a href="Classes/AVRecorder.html">AVRecorder</a>
</li>
<li class="nav-group-task">
<a href="Classes/AVRecorder/Error.html">– Error</a>
</li>
<li class="nav-group-task">
<a href="Classes/AudioCodec.html">AudioCodec</a>
</li>
Expand All @@ -68,12 +71,6 @@
<li class="nav-group-task">
<a href="Classes/ByteArray/Error.html">– Error</a>
</li>
<li class="nav-group-task">
<a href="Classes/DefaultAVRecorderDelegate.html">DefaultAVRecorderDelegate</a>
</li>
<li class="nav-group-task">
<a href="Classes/DefaultAVRecorderDelegate/FileType.html">– FileType</a>
</li>
<li class="nav-group-task">
<a href="Classes/Event.html">Event</a>
</li>
Expand Down Expand Up @@ -116,6 +113,9 @@
<li class="nav-group-task">
<a href="Classes/PiPHKView.html">PiPHKView</a>
</li>
<li class="nav-group-task">
<a href="Classes/PiPHKView.html">PiPHKView</a>
</li>
<li class="nav-group-task">
<a href="Classes/RTMPConnection.html">RTMPConnection</a>
</li>
Expand Down Expand Up @@ -207,9 +207,6 @@
<li class="nav-group-task">
<a href="Enums/FLVVideoCodec.html">FLVVideoCodec</a>
</li>
<li class="nav-group-task">
<a href="Enums/HKPictureInPictureControllerPosition.html">HKPictureInPictureControllerPosition</a>
</li>
<li class="nav-group-task">
<a href="Enums/RTMPObjectEncoding.html">RTMPObjectEncoding</a>
</li>
Expand Down Expand Up @@ -250,9 +247,6 @@
<li class="nav-group-task">
<a href="Protocols/FLVTag.html">FLVTag</a>
</li>
<li class="nav-group-task">
<a href="Protocols/HKPictureInPictureController.html">HKPictureInPictureController</a>
</li>
<li class="nav-group-task">
<a href="Protocols/KeyPathRepresentable.html">KeyPathRepresentable</a>
</li>
Expand Down Expand Up @@ -631,25 +625,25 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/c:@M@HaishinKit@objc(cs)AVRecorder"></a>
<a name="/s:10HaishinKit10AVRecorderC"></a>
<a name="//apple_ref/swift/Class/AVRecorder" class="dashAnchor"></a>
<a class="token" href="#/c:@M@HaishinKit@objc(cs)AVRecorder">AVRecorder</a>
<a class="token" href="#/s:10HaishinKit10AVRecorderC">AVRecorder</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>The AVRecorder class represents video and audio recorder.</p>

<a href="Classes/AVRecorder.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">AVRecorder</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">AVRecorder</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">AVRecorder</span><span class="p">:</span> <span class="kt"><a href="Protocols/Running.html">Running</a></span></code></pre>

</div>
Expand All @@ -660,26 +654,25 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/c:@M@HaishinKit@objc(cs)DefaultAVRecorderDelegate"></a>
<a name="//apple_ref/swift/Class/DefaultAVRecorderDelegate" class="dashAnchor"></a>
<a class="token" href="#/c:@M@HaishinKit@objc(cs)DefaultAVRecorderDelegate">DefaultAVRecorderDelegate</a>
<a name="/c:@M@HaishinKit@objc(cs)AudioEffect"></a>
<a name="//apple_ref/swift/Class/AudioEffect" class="dashAnchor"></a>
<a class="token" href="#/c:@M@HaishinKit@objc(cs)AudioEffect">AudioEffect</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>An object that apply an audio effect.</p>

<a href="Classes/DefaultAVRecorderDelegate.html" class="slightly-smaller">See more</a>
<a href="Classes/AudioEffect.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">DefaultAVRecorderDelegate</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">DefaultAVRecorderDelegate</span><span class="p">:</span> <span class="kt"><a href="Protocols/AVRecorderDelegate.html">AVRecorderDelegate</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">AudioEffect</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>

</div>
</div>
Expand All @@ -689,25 +682,27 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/c:@M@HaishinKit@objc(cs)AudioEffect"></a>
<a name="//apple_ref/swift/Class/AudioEffect" class="dashAnchor"></a>
<a class="token" href="#/c:@M@HaishinKit@objc(cs)AudioEffect">AudioEffect</a>
<a name="/c:@M@HaishinKit@objc(cs)MTHKView"></a>
<a name="//apple_ref/swift/Class/MTHKView" class="dashAnchor"></a>
<a class="token" href="#/c:@M@HaishinKit@objc(cs)MTHKView">MTHKView</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>An object that apply an audio effect.</p>
<p>A view that displays a video content of a NetStream object which uses Metal api.</p>

<a href="Classes/AudioEffect.html" class="slightly-smaller">See more</a>
<a href="Classes/MTHKView.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">AudioEffect</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MTHKView</span> <span class="p">:</span> <span class="kt">MTKView</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">MTHKView</span><span class="p">:</span> <span class="kt"><a href="Protocols/NetStreamDrawable.html">NetStreamDrawable</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">MTHKView</span><span class="p">:</span> <span class="kt">MTKViewDelegate</span></code></pre>

</div>
</div>
Expand All @@ -717,27 +712,26 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/c:@M@HaishinKit@objc(cs)MTHKView"></a>
<a name="//apple_ref/swift/Class/MTHKView" class="dashAnchor"></a>
<a class="token" href="#/c:@M@HaishinKit@objc(cs)MTHKView">MTHKView</a>
<a name="/c:@M@HaishinKit@objc(cs)PiPHKView"></a>
<a name="//apple_ref/swift/Class/PiPHKView" class="dashAnchor"></a>
<a class="token" href="#/c:@M@HaishinKit@objc(cs)PiPHKView">PiPHKView</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>A view that displays a video content of a NetStream object which uses Metal api.</p>
<p>A view that displays a video content of a NetStream object which uses AVSampleBufferDisplayLayer api.</p>

<a href="Classes/MTHKView.html" class="slightly-smaller">See more</a>
<a href="Classes/PiPHKView.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MTHKView</span> <span class="p">:</span> <span class="kt">MTKView</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">MTHKView</span><span class="p">:</span> <span class="kt"><a href="Protocols/NetStreamDrawable.html">NetStreamDrawable</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">MTHKView</span><span class="p">:</span> <span class="kt">MTKViewDelegate</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">PiPHKView</span> <span class="p">:</span> <span class="kt">UIView</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">PiPHKView</span><span class="p">:</span> <span class="kt"><a href="Protocols/NetStreamDrawable.html">NetStreamDrawable</a></span></code></pre>

</div>
</div>
Expand All @@ -747,9 +741,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/c:@M@HaishinKit@objc(cs)PiPHKView"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Class/PiPHKView" class="dashAnchor"></a>
<a class="token" href="#/c:@M@HaishinKit@objc(cs)PiPHKView">PiPHKView</a>
<a class="token" href="#/">PiPHKView</a>
</code>
</div>
<div class="height-container">
Expand All @@ -765,9 +759,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">PiPHKView</span> <span class="p">:</span> <span class="kt">UIView</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">PiPHKView</span><span class="p">:</span> <span class="kt"><a href="Protocols/NetStreamDrawable.html">NetStreamDrawable</a></span></code></pre>


</div>
</div>
</section>
Expand Down Expand Up @@ -1172,8 +1164,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-07-14)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-17)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
28 changes: 11 additions & 17 deletions docs/Classes/AVMixer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AVMixer Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">HaishinKit 1.2.7 Docs</a> (69% documented)</p>
<p><a href="../index.html">HaishinKit 1.3.0 Docs</a> (79% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -50,6 +50,9 @@
<li class="nav-group-task">
<a href="../Classes/AVRecorder.html">AVRecorder</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AVRecorder/Error.html">– Error</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AudioCodec.html">AudioCodec</a>
</li>
Expand All @@ -68,12 +71,6 @@
<li class="nav-group-task">
<a href="../Classes/ByteArray/Error.html">– Error</a>
</li>
<li class="nav-group-task">
<a href="../Classes/DefaultAVRecorderDelegate.html">DefaultAVRecorderDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Classes/DefaultAVRecorderDelegate/FileType.html">– FileType</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Event.html">Event</a>
</li>
Expand Down Expand Up @@ -116,6 +113,9 @@
<li class="nav-group-task">
<a href="../Classes/PiPHKView.html">PiPHKView</a>
</li>
<li class="nav-group-task">
<a href="../Classes/PiPHKView.html">PiPHKView</a>
</li>
<li class="nav-group-task">
<a href="../Classes/RTMPConnection.html">RTMPConnection</a>
</li>
Expand Down Expand Up @@ -207,9 +207,6 @@
<li class="nav-group-task">
<a href="../Enums/FLVVideoCodec.html">FLVVideoCodec</a>
</li>
<li class="nav-group-task">
<a href="../Enums/HKPictureInPictureControllerPosition.html">HKPictureInPictureControllerPosition</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RTMPObjectEncoding.html">RTMPObjectEncoding</a>
</li>
Expand Down Expand Up @@ -250,9 +247,6 @@
<li class="nav-group-task">
<a href="../Protocols/FLVTag.html">FLVTag</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/HKPictureInPictureController.html">HKPictureInPictureController</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/KeyPathRepresentable.html">KeyPathRepresentable</a>
</li>
Expand Down Expand Up @@ -622,7 +616,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Starts encoding for video and audio data.</p>
<p>Starts decoding for video and audio data.</p>

</div>
<div class="declaration">
Expand All @@ -649,7 +643,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Stop encoding.</p>
<p>Stop decoding.</p>

</div>
<div class="declaration">
Expand Down Expand Up @@ -759,8 +753,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-07-14)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
<p>&copy; 2022 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2022-09-17)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit 41dbb51

Please sign in to comment.