TTMSFNCWXWebRTCLocalVideoSettings Class
Configures the local audio and video tracks requested for WebRTC media capture.
API unit family: TMSFNCWXWebRTC
Inherits from: TPersistent
Syntax
TTMSFNCWXWebRTCLocalVideoSettings = class(TPersistent)
Properties
| Name | Description |
|---|---|
| EnableAudioTrack | When True, the local audio track is enabled after media capture starts. |
| EnableVideoTrack | When True, the local video track is enabled after media capture starts. |
| FacingMode | Specifies the preferred camera direction for local video capture. |
| IdealHeight | Specifies the preferred local video height in pixels. |
| IdealWidth | Specifies the preferred local video width in pixels. |