ScreenCapture.AudioSource Property

Definition

Gets the audio source used for screen capture.

public:
 property IMediaSource ^ AudioSource { IMediaSource ^ get(); };
IMediaSource AudioSource();
public IMediaSource AudioSource { get; }
var iMediaSource = screenCapture.audioSource;
Public ReadOnly Property AudioSource As IMediaSource

Property Value

The audio source used for screen capture.

Remarks

Important

The ScreenCapture feature is only supported for mobile devices running Windows Phone 8.1. This API is not supported on Windows 10.

Use this property to set the AudioSource property of the MediaCaptureInitializationSettings object that you use to initialize a MediaCapture object.

Applies to