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