Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 876 Bytes

audiotracksupportinfo.md

File metadata and controls

20 lines (14 loc) · 876 Bytes
-api-id -api-type
T:Windows.Media.Core.AudioTrackSupportInfo
winrt class

Windows.Media.Core.AudioTrackSupportInfo

-description

Provides support information for an AudioTrack. This information includes the status of the audio decoder, information about any audio degradation applied by the decoder, and the status of the MediaSource with which the audio track is associated.

-remarks

If a failure occurs when an AudioTrack is opened, you can get detailed status and failure information by handling the OpenFailed event and checking the SupportInfo property of the AudioTrack passed into the event as the sender.

-examples

-see-also