|
17 | 17 | <a title="Classes Reference"></a>
|
18 | 18 | <header>
|
19 | 19 | <div class="content-wrapper">
|
20 |
| - <p><a href="index.html">HaishinKit 1.8.1 Docs</a> (88% documented)</p> |
| 20 | + <p><a href="index.html">HaishinKit 1.8.2 Docs</a> (89% documented)</p> |
21 | 21 | <div class="header-right">
|
22 | 22 | <form role="search" action="search.json">
|
23 | 23 | <input type="text" placeholder="Search documentation" data-typeahead>
|
|
137 | 137 | <li class="nav-group-task">
|
138 | 138 | <a href="Classes/VideoEffect.html">VideoEffect</a>
|
139 | 139 | </li>
|
| 140 | + <li class="nav-group-task"> |
| 141 | + <a href="Classes/VideoRotator.html">VideoRotator</a> |
| 142 | + </li> |
140 | 143 | </ul>
|
141 | 144 | </li>
|
142 | 145 | <li class="nav-group-name">
|
|
186 | 189 | <li class="nav-group-task">
|
187 | 190 | <a href="Enums/SRTSocketOption.html">SRTSocketOption</a>
|
188 | 191 | </li>
|
| 192 | + <li class="nav-group-task"> |
| 193 | + <a href="Enums/VideoRotatorError.html">VideoRotatorError</a> |
| 194 | + </li> |
189 | 195 | </ul>
|
190 | 196 | </li>
|
191 | 197 | <li class="nav-group-name">
|
@@ -938,6 +944,37 @@ <h4>Declaration</h4>
|
938 | 944 | </section>
|
939 | 945 | </div>
|
940 | 946 | </li>
|
| 947 | + <li class="item"> |
| 948 | + <div> |
| 949 | + <code> |
| 950 | + <a name="/s:10HaishinKit12VideoRotatorC"></a> |
| 951 | + <a name="//apple_ref/swift/Class/VideoRotator" class="dashAnchor"></a> |
| 952 | + <a class="token" href="#/s:10HaishinKit12VideoRotatorC">VideoRotator</a> |
| 953 | + </code> |
| 954 | + </div> |
| 955 | + <div class="height-container"> |
| 956 | + <div class="pointer-container"></div> |
| 957 | + <section class="section"> |
| 958 | + <div class="pointer"></div> |
| 959 | + <div class="abstract"> |
| 960 | + <p>This class allows to rotate image buffers that are provided by ReplayKit. |
| 961 | +The buffers arrive in portrait orientation and contain buffer-level attachment |
| 962 | +that allow to determine the target resolution and rotate the buffer accordingly.</p> |
| 963 | + |
| 964 | + <a href="Classes/VideoRotator.html" class="slightly-smaller">See more</a> |
| 965 | + </div> |
| 966 | + <div class="declaration"> |
| 967 | + <h4>Declaration</h4> |
| 968 | + <div class="language"> |
| 969 | + <p class="aside-title">Swift</p> |
| 970 | + <pre class="highlight swift"><code><span class="kd">@available(iOS 16.0, tvOS 16.0, macOS 13.0, *)</span> |
| 971 | +<span class="kd">public</span> <span class="kd">class</span> <span class="kt">VideoRotator</span></code></pre> |
| 972 | + |
| 973 | + </div> |
| 974 | + </div> |
| 975 | + </section> |
| 976 | + </div> |
| 977 | + </li> |
941 | 978 | <li class="item">
|
942 | 979 | <div>
|
943 | 980 | <code>
|
@@ -1084,7 +1121,7 @@ <h4>Declaration</h4>
|
1084 | 1121 | </section>
|
1085 | 1122 | </section>
|
1086 | 1123 | <section id="footer">
|
1087 |
| - <p>© 2024 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2024-05-26)</p> |
| 1124 | + <p>© 2024 <a class="link" href="https://github.com/shogo4405/HaishinKit.swift" target="_blank" rel="external noopener">shogo4405</a>. All rights reserved. (Last updated: 2024-06-08)</p> |
1088 | 1125 | <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
|
1089 | 1126 | </section>
|
1090 | 1127 | </article>
|
|
0 commit comments