Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 978 Bytes

mediasourceaudioinputnode_mediasource.md

File metadata and controls

28 lines (19 loc) · 978 Bytes
-api-id -api-type
P:Windows.Media.Audio.MediaSourceAudioInputNode.MediaSource
winrt property

Windows.Media.Audio.MediaSourceAudioInputNode.MediaSource

-description

Gets the MediaSource associated with the audio input node.

-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.

-see-also

MediaSource MediaItems, playlists, and tracks.

-examples