RemotingAudioCaptureMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the preferred audio capture mode to use for the connection.
public enum RemotingAudioCaptureMode
type RemotingAudioCaptureMode =
Public Enum RemotingAudioCaptureMode
- Inheritance
-
RemotingAudioCaptureMode
Fields
| Name | Value | Description |
|---|---|---|
| SystemWideCapture | 0 | Represents capturing the whole system wide audio on the remote app's end and stream it to the player app. |
| InAppCapture | 1 | Represents capturing only the in app audio on the remote app's end and stream it to the player app. |
Remarks
"EnableAudio" parameter in RemotingConnectConfiguration or RemotingListenConfiguration has to be set to true for this selection to take effect. This is only supported if the remote app runs on Windows 10 build 20348 or later.The default behavior with older Windows builds is capturing the entire system audio, regardless of the selection.