-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update doc
- Loading branch information
Showing
38 changed files
with
587 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## [0.19.0] - 2023-12-19 | ||
## [0.19.0] - 2023-12-20 | ||
|
||
### Added | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
....meetings.audiovideo.video.capture/-default-camera-capture-source/set-max-resolution.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>DefaultCameraCaptureSource.setMaxResolution - amazon-chime-sdk</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">amazon-chime-sdk</a> / <a href="../index.html">com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture</a> / <a href="index.html">DefaultCameraCaptureSource</a> / <a href="./set-max-resolution.html">setMaxResolution</a><br/> | ||
<br/> | ||
<h1>setMaxResolution</h1> | ||
<a name="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.DefaultCameraCaptureSource$setMaxResolution(com.amazonaws.services.chime.sdk.meetings.audiovideo.video.VideoResolution)"></a> | ||
<code><span class="keyword">fun </span><span class="identifier">setMaxResolution</span><span class="symbol">(</span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.DefaultCameraCaptureSource$setMaxResolution(com.amazonaws.services.chime.sdk.meetings.audiovideo.video.VideoResolution)/maxResolution">maxResolution</span><span class="symbol">:</span> <a href="../../com.amazonaws.services.chime.sdk.meetings.audiovideo.video/-video-resolution/index.html"><span class="identifier">VideoResolution</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> | ||
<p>Set max resolution for video capture source | ||
DefaultCameraCaptureSource and DefaultScreenCaptureSource call this function to set max resolution for camera and screen capture</p> | ||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
....meetings.audiovideo.video.capture/-default-screen-capture-source/set-max-resolution.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>DefaultScreenCaptureSource.setMaxResolution - amazon-chime-sdk</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">amazon-chime-sdk</a> / <a href="../index.html">com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture</a> / <a href="index.html">DefaultScreenCaptureSource</a> / <a href="./set-max-resolution.html">setMaxResolution</a><br/> | ||
<br/> | ||
<h1>setMaxResolution</h1> | ||
<a name="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.DefaultScreenCaptureSource$setMaxResolution(com.amazonaws.services.chime.sdk.meetings.audiovideo.video.VideoResolution)"></a> | ||
<code><span class="keyword">fun </span><span class="identifier">setMaxResolution</span><span class="symbol">(</span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.DefaultScreenCaptureSource$setMaxResolution(com.amazonaws.services.chime.sdk.meetings.audiovideo.video.VideoResolution)/maxResolution">maxResolution</span><span class="symbol">:</span> <a href="../../com.amazonaws.services.chime.sdk.meetings.audiovideo.video/-video-resolution/index.html"><span class="identifier">VideoResolution</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> | ||
<p>Set max resolution for video capture source | ||
DefaultCameraCaptureSource and DefaultScreenCaptureSource call this function to set max resolution for camera and screen capture</p> | ||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
....audiovideo.video.capture/-default-surface-texture-capture-source/set-max-resolution.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>DefaultSurfaceTextureCaptureSource.setMaxResolution - amazon-chime-sdk</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">amazon-chime-sdk</a> / <a href="../index.html">com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture</a> / <a href="index.html">DefaultSurfaceTextureCaptureSource</a> / <a href="./set-max-resolution.html">setMaxResolution</a><br/> | ||
<br/> | ||
<h1>setMaxResolution</h1> | ||
<a name="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.DefaultSurfaceTextureCaptureSource$setMaxResolution(com.amazonaws.services.chime.sdk.meetings.audiovideo.video.VideoResolution)"></a> | ||
<code><span class="keyword">fun </span><span class="identifier">setMaxResolution</span><span class="symbol">(</span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.DefaultSurfaceTextureCaptureSource$setMaxResolution(com.amazonaws.services.chime.sdk.meetings.audiovideo.video.VideoResolution)/maxResolution">maxResolution</span><span class="symbol">:</span> <a href="../../com.amazonaws.services.chime.sdk.meetings.audiovideo.video/-video-resolution/index.html"><span class="identifier">VideoResolution</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> | ||
<p>Set max resolution for video capture source | ||
DefaultCameraCaptureSource and DefaultScreenCaptureSource call this function to set max resolution for camera and screen capture</p> | ||
</BODY> | ||
</HTML> |
16 changes: 16 additions & 0 deletions
16
...e.sdk.meetings.audiovideo.video.capture/-screen-capture-resolution-calculator/-init-.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ScreenCaptureResolutionCalculator.<init> - amazon-chime-sdk</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">amazon-chime-sdk</a> / <a href="../index.html">com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture</a> / <a href="index.html">ScreenCaptureResolutionCalculator</a> / <a href="./-init-.html"><init></a><br/> | ||
<br/> | ||
<h1><init></h1> | ||
<a name="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$<init>()"></a> | ||
<code><span class="identifier">ScreenCaptureResolutionCalculator</span><span class="symbol">(</span><span class="symbol">)</span></code> | ||
<p><a href="index.html">ScreenCaptureResolutionCalculator</a> calculates scaled resolution based on input resolution | ||
and target resolution constraint</p> | ||
</BODY> | ||
</HTML> |
14 changes: 14 additions & 0 deletions
14
...eetings.audiovideo.video.capture/-screen-capture-resolution-calculator/align-to-even.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ScreenCaptureResolutionCalculator.alignToEven - amazon-chime-sdk</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">amazon-chime-sdk</a> / <a href="../index.html">com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture</a> / <a href="index.html">ScreenCaptureResolutionCalculator</a> / <a href="./align-to-even.html">alignToEven</a><br/> | ||
<br/> | ||
<h1>alignToEven</h1> | ||
<a name="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$alignToEven(kotlin.Int)"></a> | ||
<code><span class="keyword">fun </span><span class="identifier">alignToEven</span><span class="symbol">(</span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$alignToEven(kotlin.Int)/positiveNumber">positiveNumber</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code> | ||
</BODY> | ||
</HTML> |
14 changes: 14 additions & 0 deletions
14
...s.audiovideo.video.capture/-screen-capture-resolution-calculator/compute-target-size.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ScreenCaptureResolutionCalculator.computeTargetSize - amazon-chime-sdk</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">amazon-chime-sdk</a> / <a href="../index.html">com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture</a> / <a href="index.html">ScreenCaptureResolutionCalculator</a> / <a href="./compute-target-size.html">computeTargetSize</a><br/> | ||
<br/> | ||
<h1>computeTargetSize</h1> | ||
<a name="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$computeTargetSize(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)"></a> | ||
<code><span class="keyword">fun </span><span class="identifier">computeTargetSize</span><span class="symbol">(</span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$computeTargetSize(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/displayWidth">displayWidth</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">, </span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$computeTargetSize(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/displayHeight">displayHeight</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">, </span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$computeTargetSize(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/targetResolutionLong">targetResolutionLong</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">, </span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$computeTargetSize(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/targetResolutionShort">targetResolutionShort</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code> | ||
</BODY> | ||
</HTML> |
48 changes: 48 additions & 0 deletions
48
...me.sdk.meetings.audiovideo.video.capture/-screen-capture-resolution-calculator/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ScreenCaptureResolutionCalculator - amazon-chime-sdk</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">amazon-chime-sdk</a> / <a href="../index.html">com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture</a> / <a href="./index.html">ScreenCaptureResolutionCalculator</a><br/> | ||
<br/> | ||
<h1>ScreenCaptureResolutionCalculator</h1> | ||
<code><span class="keyword">class </span><span class="identifier">ScreenCaptureResolutionCalculator</span></code> | ||
<p><a href="./index.html">ScreenCaptureResolutionCalculator</a> calculates scaled resolution based on input resolution | ||
and target resolution constraint</p> | ||
<h3>Constructors</h3> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<h4><a href="-init-.html"><init></a></h4> | ||
</td> | ||
<td> | ||
<p><a href="./index.html">ScreenCaptureResolutionCalculator</a> calculates scaled resolution based on input resolution | ||
and target resolution constraint</p> | ||
<code><span class="identifier">ScreenCaptureResolutionCalculator</span><span class="symbol">(</span><span class="symbol">)</span></code></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h3>Functions</h3> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<h4><a href="align-to-even.html">alignToEven</a></h4> | ||
</td> | ||
<td> | ||
<code><span class="keyword">fun </span><span class="identifier">alignToEven</span><span class="symbol">(</span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$alignToEven(kotlin.Int)/positiveNumber">positiveNumber</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code></td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<h4><a href="compute-target-size.html">computeTargetSize</a></h4> | ||
</td> | ||
<td> | ||
<code><span class="keyword">fun </span><span class="identifier">computeTargetSize</span><span class="symbol">(</span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$computeTargetSize(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/displayWidth">displayWidth</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">, </span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$computeTargetSize(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/displayHeight">displayHeight</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">, </span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$computeTargetSize(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/targetResolutionLong">targetResolutionLong</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">, </span><span class="identifier" id="com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.ScreenCaptureResolutionCalculator$computeTargetSize(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/targetResolutionShort">targetResolutionShort</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</BODY> | ||
</HTML> |
Oops, something went wrong.