Skip to content

Commit 4f3626a

Browse files
authored
Merge pull request #221 from ksvc/v4.3.2-14244
update to v4.3.2-14244
2 parents 4dac9ec + 694c7b0 commit 4f3626a

File tree

15 files changed

+279
-14
lines changed

15 files changed

+279
-14
lines changed

demo/libs/arm64-v8a/libksylive.so

4 KB
Binary file not shown.

demo/libs/armeabi-v7a/libksylive.so

0 Bytes
Binary file not shown.

demo/libs/armeabi/libksylive.so

0 Bytes
Binary file not shown.

demo/libs/ksylive.jar

-18.6 KB
Binary file not shown.

demo/libs/x86/libksylive.so

0 Bytes
Binary file not shown.

docs/reference/com/ksyun/media/streamer/encoder/AVCodecAudioEncoder.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,20 @@ <h2>Summary</h2>
467467
</tr>
468468

469469

470+
<tr class=" api apilevel-" >
471+
<td class="jd-typecol">int</td>
472+
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_FLUSHED">ENCODER_STATE_FLUSHED</a></td>
473+
<td class="jd-descrcol" width="100%"></td>
474+
</tr>
475+
476+
477+
<tr class="alt-color api apilevel-" >
478+
<td class="jd-typecol">int</td>
479+
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_FLUSHING">ENCODER_STATE_FLUSHING</a></td>
480+
<td class="jd-descrcol" width="100%"></td>
481+
</tr>
482+
483+
470484
<tr class=" api apilevel-" >
471485
<td class="jd-typecol">int</td>
472486
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_IDLE">ENCODER_STATE_IDLE</a></td>

docs/reference/com/ksyun/media/streamer/encoder/AVCodecSurfaceEncoder.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,20 @@ <h2>Summary</h2>
467467
</tr>
468468

469469

470+
<tr class=" api apilevel-" >
471+
<td class="jd-typecol">int</td>
472+
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_FLUSHED">ENCODER_STATE_FLUSHED</a></td>
473+
<td class="jd-descrcol" width="100%"></td>
474+
</tr>
475+
476+
477+
<tr class="alt-color api apilevel-" >
478+
<td class="jd-typecol">int</td>
479+
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_FLUSHING">ENCODER_STATE_FLUSHING</a></td>
480+
<td class="jd-descrcol" width="100%"></td>
481+
</tr>
482+
483+
470484
<tr class=" api apilevel-" >
471485
<td class="jd-typecol">int</td>
472486
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_IDLE">ENCODER_STATE_IDLE</a></td>

docs/reference/com/ksyun/media/streamer/encoder/AVCodecVideoEncoder.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,20 @@ <h2>Summary</h2>
467467
</tr>
468468

469469

470+
<tr class=" api apilevel-" >
471+
<td class="jd-typecol">int</td>
472+
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_FLUSHED">ENCODER_STATE_FLUSHED</a></td>
473+
<td class="jd-descrcol" width="100%"></td>
474+
</tr>
475+
476+
477+
<tr class="alt-color api apilevel-" >
478+
<td class="jd-typecol">int</td>
479+
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_FLUSHING">ENCODER_STATE_FLUSHING</a></td>
480+
<td class="jd-descrcol" width="100%"></td>
481+
</tr>
482+
483+
470484
<tr class=" api apilevel-" >
471485
<td class="jd-typecol">int</td>
472486
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_IDLE">ENCODER_STATE_IDLE</a></td>

docs/reference/com/ksyun/media/streamer/encoder/Encoder.html

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,20 @@ <h2>Summary</h2>
545545
</tr>
546546

547547

548+
<tr class=" api apilevel-" >
549+
<td class="jd-typecol">int</td>
550+
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_FLUSHED">ENCODER_STATE_FLUSHED</a></td>
551+
<td class="jd-descrcol" width="100%"></td>
552+
</tr>
553+
554+
555+
<tr class="alt-color api apilevel-" >
556+
<td class="jd-typecol">int</td>
557+
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_FLUSHING">ENCODER_STATE_FLUSHING</a></td>
558+
<td class="jd-descrcol" width="100%"></td>
559+
</tr>
560+
561+
548562
<tr class=" api apilevel-" >
549563
<td class="jd-typecol">int</td>
550564
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_IDLE">ENCODER_STATE_IDLE</a></td>
@@ -1729,6 +1743,86 @@ <h4 class="jd-details-title">
17291743

17301744

17311745

1746+
<a id="ENCODER_STATE_FLUSHED"></a>
1747+
1748+
<div class="jd-details api apilevel-">
1749+
<h4 class="jd-details-title">
1750+
<span class="normal">
1751+
public
1752+
static
1753+
final
1754+
int
1755+
</span>
1756+
ENCODER_STATE_FLUSHED
1757+
</h4>
1758+
<div class="api-level">
1759+
1760+
1761+
1762+
1763+
1764+
1765+
</div>
1766+
<div class="jd-details-descr">
1767+
1768+
<div class="jd-tagdata jd-tagdescr"><p></p></div>
1769+
1770+
1771+
<div class="jd-tagdata">
1772+
<span class="jd-tagtitle">Constant Value: </span>
1773+
<span>
1774+
1775+
5
1776+
(0x00000005)
1777+
1778+
</span>
1779+
</div>
1780+
1781+
</div>
1782+
</div>
1783+
1784+
1785+
1786+
<a id="ENCODER_STATE_FLUSHING"></a>
1787+
1788+
<div class="jd-details api apilevel-">
1789+
<h4 class="jd-details-title">
1790+
<span class="normal">
1791+
public
1792+
static
1793+
final
1794+
int
1795+
</span>
1796+
ENCODER_STATE_FLUSHING
1797+
</h4>
1798+
<div class="api-level">
1799+
1800+
1801+
1802+
1803+
1804+
1805+
</div>
1806+
<div class="jd-details-descr">
1807+
1808+
<div class="jd-tagdata jd-tagdescr"><p></p></div>
1809+
1810+
1811+
<div class="jd-tagdata">
1812+
<span class="jd-tagtitle">Constant Value: </span>
1813+
<span>
1814+
1815+
4
1816+
(0x00000004)
1817+
1818+
</span>
1819+
</div>
1820+
1821+
</div>
1822+
</div>
1823+
1824+
1825+
17321826
<a id="ENCODER_STATE_IDLE"></a>
17331827

17341828
<div class="jd-details api apilevel-">

docs/reference/com/ksyun/media/streamer/encoder/MediaCodecAudioEncoder.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,20 @@ <h2>Summary</h2>
491491
</tr>
492492

493493

494+
<tr class=" api apilevel-" >
495+
<td class="jd-typecol">int</td>
496+
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_FLUSHED">ENCODER_STATE_FLUSHED</a></td>
497+
<td class="jd-descrcol" width="100%"></td>
498+
</tr>
499+
500+
501+
<tr class="alt-color api apilevel-" >
502+
<td class="jd-typecol">int</td>
503+
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_FLUSHING">ENCODER_STATE_FLUSHING</a></td>
504+
<td class="jd-descrcol" width="100%"></td>
505+
</tr>
506+
507+
494508
<tr class=" api apilevel-" >
495509
<td class="jd-typecol">int</td>
496510
<td class="jd-linkcol"><a href="../../../../../com/ksyun/media/streamer/encoder/Encoder.html#ENCODER_STATE_IDLE">ENCODER_STATE_IDLE</a></td>

0 commit comments

Comments
 (0)