MediaSourceAudioInputNode.MediaSource Property

Definition

Gets the MediaSource associated with the audio input node.

public:
 property MediaSource ^ MediaSource { MediaSource ^ get(); };
MediaSource MediaSource();
public MediaSource MediaSource { get; }
var mediaSource = mediaSourceAudioInputNode.mediaSource;
Public ReadOnly Property MediaSource As MediaSource

Property Value

The MediaSource associated with the audio input node.

Remarks

The MediaSource for the node is assigned when the node is created by calling CreateMediaSourceAudioInputNodeAsync.

For more information on creating and working with MediaSource objects, see MediaItems, playlists, and tracks.

Applies to

See also

  • <xref:Windows.Media.Core.MediaSource%0a%5bMediaItems%2c+playlists%2c+and+tracks%5d(%2fwindows%2fuwp%2faudio-video-camera%2fmedia-playback-with-mediasource).>