VideoTrack.SupportInfo Property

Definition

Gets support information for the VideoTrack. This information includes the status of the video decoder and the status of the MediaSource with which the video track is associated.

public:
 property VideoTrackSupportInfo ^ SupportInfo { VideoTrackSupportInfo ^ get(); };
VideoTrackSupportInfo SupportInfo();
public VideoTrackSupportInfo SupportInfo { get; }
var videoTrackSupportInfo = videoTrack.supportInfo;
Public ReadOnly Property SupportInfo As VideoTrackSupportInfo

Property Value

The support information for the VideoTrack.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

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

Applies to