正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
index
<internal>
RTCRtpTransceiver
接口 RTCRtpTransceiver
interface
RTCRtpTransceiver
{
currentDirection
:
null
|
RTCRtpTransceiverDirection
;
direction
:
RTCRtpTransceiverDirection
;
mid
:
null
|
string
;
receiver
:
RTCRtpReceiver
;
sender
:
RTCRtpSender
;
setCodecPreferences
(
codecs
:
RTCRtpCodecCapability
[]
)
:
void
;
stop
(
)
:
void
;
}
索引
属性
current
Direction
direction
mid
receiver
sender
方法
set
Codec
Preferences
stop
属性
只读
current
Direction
current
Direction
:
null
|
RTCRtpTransceiverDirection
direction
direction
:
RTCRtpTransceiverDirection
只读
mid
mid
:
null
|
string
只读
receiver
receiver
:
RTCRtpReceiver
只读
sender
sender
:
RTCRtpSender
方法
set
Codec
Preferences
set
Codec
Preferences
(
codecs
)
:
void
参数
codecs
:
RTCRtpCodecCapability
[]
返回
void
stop
stop
(
)
:
void
返回
void
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
current
Direction
direction
mid
receiver
sender
方法
set
Codec
Preferences
stop
@custouch-open/js-sdk
加载中……