@jp-web/ts-sdk
Version:
视频客服,视频会议Web端及微信小程序端SDK
405 lines • 25.4 kB
HTML
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>WeChatRemoteStreamOptions | wechat-conference-sdk</title>
<meta name="description" content="Documentation for wechat-conference-sdk">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">wechat-conference-sdk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../index.html">Globals</a>
</li>
<li>
<a href="../modules/_we_chat_wechatdef_.html">"we-chat/WeChatDef"</a>
</li>
<li>
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html">WeChatRemoteStreamOptions</a>
</li>
</ul>
<h1>Interface WeChatRemoteStreamOptions</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>定义<code><remote-stream></code>组件的配置参数</p>
</div>
<dl class="tsd-comment-tags">
<dt>property</dt>
<dd><p>{string} src - rtmp拉流地址</p>
</dd>
<dt>property</dt>
<dd><p>{'live' | 'RTC'} [mode='RTC'] - live: 直播, RTC: 实时通话,该模式时延更低</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [autoplay=true] - 是否自动播放, 如需手动播放, 调用 <a href="_we_chat_wechatdef_.wechatremotestreamcontext.html#play">WeChatRemoteStreamContext.play</a> 即可</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [muted=false] - 是否静音</p>
</dd>
<dt>property</dt>
<dd><p>{'vertical' | 'horizontal'} [orientation='vertical'] - 画面方向</p>
</dd>
<dt>property</dt>
<dd><p>{'contain' | 'fillCrop'} [objectFit='contain'] - contain: 图像长边填满屏幕,短边区域会被填充⿊⾊, fillCrop: 图像铺满屏幕,超出显示区域的部分将被截掉</p>
</dd>
<dt>property</dt>
<dd><p>{number} [minCache=0.2] - 最小缓冲区, 单位s(RTC 模式推荐 0.2s)</p>
</dd>
<dt>property</dt>
<dd><p>{number} [maxCache=0.8] - 最大缓冲区, 单位s(RTC 模式推荐 0.8s)。缓冲区用来抵抗网络波动, 缓冲数据越多, 网络抗性越好, 但时延越大。</p>
</dd>
<dt>property</dt>
<dd><p>{'speaker' | 'ear'} [soundMode='speaker'] - 声音输出方式</p>
</dd>
<dt>property</dt>
<dd><p>{Array} [pictureInPictureMode=[]] - 设置小窗模式: push, pop 或通过数组形式设置多种模式(如: ["push", "pop"])</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [autoPauseIfNavigate=true] - 当跳转到小程序的其他页面时,是否自动暂停本页面的实时音视频播放</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [autoPauseIfOpenNative=true] - 当跳转到其它微信原生页面时,是否自动暂停本页面的实时音视频播放</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [debug=false] - 是否显示调试信息, 开启后会在本地摄像头画面上显示调试信息</p>
</dd>
</dl>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">WeChatRemoteStreamOptions</span>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-external">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#autopauseifnavigate" class="tsd-kind-icon">auto<wbr>Pause<wbr>IfNavigate</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#autopauseifopennative" class="tsd-kind-icon">auto<wbr>Pause<wbr>IfOpen<wbr>Native</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#autoplay" class="tsd-kind-icon">autoplay</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#debug" class="tsd-kind-icon">debug</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#enablerecvmessage" class="tsd-kind-icon">enable<wbr>Recv<wbr>Message</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#hidden" class="tsd-kind-icon">hidden</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#maxcache" class="tsd-kind-icon">max<wbr>Cache</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#mincache" class="tsd-kind-icon">min<wbr>Cache</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#mode" class="tsd-kind-icon">mode</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#muteaudio" class="tsd-kind-icon">mute<wbr>Audio</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#mutevideo" class="tsd-kind-icon">mute<wbr>Video</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#muted" class="tsd-kind-icon">muted</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#objectfit" class="tsd-kind-icon">object<wbr>Fit</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#orientation" class="tsd-kind-icon">orientation</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#pictureinpicturemode" class="tsd-kind-icon">picture<wbr>InPicture<wbr>Mode</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#soundmode" class="tsd-kind-icon">sound<wbr>Mode</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#src" class="tsd-kind-icon">src</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="autopauseifnavigate" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> auto<wbr>Pause<wbr>IfNavigate</h3>
<div class="tsd-signature tsd-kind-icon">auto<wbr>Pause<wbr>IfNavigate<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="autopauseifopennative" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> auto<wbr>Pause<wbr>IfOpen<wbr>Native</h3>
<div class="tsd-signature tsd-kind-icon">auto<wbr>Pause<wbr>IfOpen<wbr>Native<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="autoplay" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> autoplay</h3>
<div class="tsd-signature tsd-kind-icon">autoplay<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="debug" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> debug</h3>
<div class="tsd-signature tsd-kind-icon">debug<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="enablerecvmessage" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> enable<wbr>Recv<wbr>Message</h3>
<div class="tsd-signature tsd-kind-icon">enable<wbr>Recv<wbr>Message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"false"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="hidden" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> hidden</h3>
<div class="tsd-signature tsd-kind-icon">hidden<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="maxcache" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> max<wbr>Cache</h3>
<div class="tsd-signature tsd-kind-icon">max<wbr>Cache<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="mincache" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr>Cache</h3>
<div class="tsd-signature tsd-kind-icon">min<wbr>Cache<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="mode" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> mode</h3>
<div class="tsd-signature tsd-kind-icon">mode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"RTC"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"live"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="muteaudio" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> mute<wbr>Audio</h3>
<div class="tsd-signature tsd-kind-icon">mute<wbr>Audio<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="mutevideo" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> mute<wbr>Video</h3>
<div class="tsd-signature tsd-kind-icon">mute<wbr>Video<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="muted" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> muted</h3>
<div class="tsd-signature tsd-kind-icon">muted<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="objectfit" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> object<wbr>Fit</h3>
<div class="tsd-signature tsd-kind-icon">object<wbr>Fit<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"contain"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"fillCrop"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="orientation" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> orientation</h3>
<div class="tsd-signature tsd-kind-icon">orientation<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"vertical"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"horizontal"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="pictureinpicturemode" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> picture<wbr>InPicture<wbr>Mode</h3>
<div class="tsd-signature tsd-kind-icon">picture<wbr>InPicture<wbr>Mode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="soundmode" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> sound<wbr>Mode</h3>
<div class="tsd-signature tsd-kind-icon">sound<wbr>Mode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"speaker"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ear"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="src" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> src</h3>
<div class="tsd-signature tsd-kind-icon">src<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
</aside>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../index.html"><em>Globals</em></a>
</li>
<li class="current tsd-kind-module tsd-is-external">
<a href="../modules/_we_chat_wechatdef_.html">"we-<wbr>chat/<wbr>WeChat<wbr>Def"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-enum tsd-parent-kind-module tsd-is-external">
<a href="../enums/_we_chat_wechatdef_.wechatlocalcameraeventtype.html" class="tsd-kind-icon">We<wbr>Chat<wbr>Local<wbr>Camera<wbr>Event<wbr>Type</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external tsd-is-not-exported">
<a href="_we_chat_wechatdef_.baseoptions.html" class="tsd-kind-icon">Base<wbr>Options</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="_we_chat_wechatdef_.wechatlocalcameracontext.html" class="tsd-kind-icon">We<wbr>Chat<wbr>Local<wbr>Camera<wbr>Context</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="_we_chat_wechatdef_.wechatlocalcameraoptions.html" class="tsd-kind-icon">We<wbr>Chat<wbr>Local<wbr>Camera<wbr>Options</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="_we_chat_wechatdef_.wechatlocalstreamcontext.html" class="tsd-kind-icon">We<wbr>Chat<wbr>Local<wbr>Stream<wbr>Context</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="_we_chat_wechatdef_.wechatlocalstreamoptions.html" class="tsd-kind-icon">We<wbr>Chat<wbr>Local<wbr>Stream<wbr>Options</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamcontext.html" class="tsd-kind-icon">We<wbr>Chat<wbr>Remote<wbr>Stream<wbr>Context</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html" class="tsd-kind-icon">We<wbr>Chat<wbr>Remote<wbr>Stream<wbr>Options</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#autopauseifnavigate" class="tsd-kind-icon">auto<wbr>Pause<wbr>IfNavigate</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#autopauseifopennative" class="tsd-kind-icon">auto<wbr>Pause<wbr>IfOpen<wbr>Native</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#autoplay" class="tsd-kind-icon">autoplay</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#debug" class="tsd-kind-icon">debug</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#enablerecvmessage" class="tsd-kind-icon">enable<wbr>Recv<wbr>Message</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#hidden" class="tsd-kind-icon">hidden</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#maxcache" class="tsd-kind-icon">max<wbr>Cache</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#mincache" class="tsd-kind-icon">min<wbr>Cache</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#mode" class="tsd-kind-icon">mode</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#muteaudio" class="tsd-kind-icon">mute<wbr>Audio</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#mutevideo" class="tsd-kind-icon">mute<wbr>Video</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#muted" class="tsd-kind-icon">muted</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#objectfit" class="tsd-kind-icon">object<wbr>Fit</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#orientation" class="tsd-kind-icon">orientation</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#pictureinpicturemode" class="tsd-kind-icon">picture<wbr>InPicture<wbr>Mode</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#soundmode" class="tsd-kind-icon">sound<wbr>Mode</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_wechatdef_.wechatremotestreamoptions.html#src" class="tsd-kind-icon">src</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-variable tsd-parent-kind-module tsd-is-external tsd-is-not-exported">
<a href="../modules/_we_chat_wechatdef_.html#cameracontextstartrecordoption" class="tsd-kind-icon">Camera<wbr>Context<wbr>Start<wbr>Record<wbr>Option</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-module tsd-is-external tsd-is-not-exported">
<a href="../modules/_we_chat_wechatdef_.html#cameracontextstoprecordoption" class="tsd-kind-icon">Camera<wbr>Context<wbr>Stop<wbr>Record<wbr>Option</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-module tsd-is-external tsd-is-not-exported">
<a href="../modules/_we_chat_wechatdef_.html#setzoomoption" class="tsd-kind-icon">Set<wbr>Zoom<wbr>Option</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-module tsd-is-external tsd-is-not-exported">
<a href="../modules/_we_chat_wechatdef_.html#takephotooption" class="tsd-kind-icon">Take<wbr>Photo<wbr>Option</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html>