tencent_trtc_cloud
trtc_cloud
TRTCCloud
stopLocalPreview method
stopLocalPreview
tencent_trtc_cloud
trtc_cloud
TRTCCloud
stopLocalPreview method
TRTCCloud class
Constructors
TRTCCloud
Properties
hashCode
runtimeType
Methods
connectOtherRoom
disconnectOtherRoom
enableAudioVolumeEvaluation
enableEncSmallVideoStream
enterRoom
exitRoom
getAudioCaptureVolume
getAudioEffectManager
getAudioPlayoutVolume
getBeautyManager
getDeviceManager
getSDKVersion
muteAllRemoteAudio
muteAllRemoteVideoStreams
muteLocalAudio
muteLocalVideo
muteRemoteAudio
muteRemoteVideoStream
noSuchMethod
registerListener
sendCustomCmdMsg
sendSEIMsg
setAudioCaptureVolume
setAudioPlayoutVolume
setConsoleEnabled
setDefaultStreamRecvMode
setGSensorMode
setLocalRenderParams
setLogCompressEnabled
setLogDirPath
setLogLevel
setMixTranscodingConfig
setNetworkQosParam
setRemoteAudioVolume
setRemoteRenderParams
setRemoteVideoStreamType
setVideoEncoderMirror
setVideoEncoderParam
setVideoEncoderRotation
setVideoMuteImage
setWatermark
showDebugView
snapshotVideo
startAudioRecording
startLocalAudio
startLocalPreview
startPublishing
startRemoteView
startSpeedTest
stopAllRemoteView
stopAudioRecording
stopLocalAudio
stopLocalPreview
stopPublishing
stopRemoteView
stopSpeedTest
switchRole
switchRoom
toString
unRegisterListener
Operators
operator ==
Static properties
listener
Static methods
destroySharedInstance
sharedInstance
stopLocalPreview
method
Future
<
void
>
stopLocalPreview
(
)
停止本地视频采集及预览。
Implementation
Future<void> stopLocalPreview() { return _channel.invokeMethod('stopLocalPreview'); }