AudioTrackSupportInfo.MediaSourceStatus Property
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.
Gets the status of the MediaSource with which the AudioTrack is associated.
public:
property MediaSourceStatus MediaSourceStatus { MediaSourceStatus get(); };
MediaSourceStatus MediaSourceStatus();
public MediaSourceStatus MediaSourceStatus { get; }
var mediaSourceStatus = audioTrackSupportInfo.mediaSourceStatus;
Public ReadOnly Property MediaSourceStatus As MediaSourceStatus
Property Value
The status of the MediaSource with which the AudioTrack is associated.