PerceptionInfraredFrameSource.SupportedVideoProfiles Property

Definition

Gets a read-only collection of video profiles that are supported by the infrared frame source.

public:
 property IVectorView<PerceptionVideoProfile ^> ^ SupportedVideoProfiles { IVectorView<PerceptionVideoProfile ^> ^ get(); };
IVectorView<PerceptionVideoProfile> SupportedVideoProfiles();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<PerceptionVideoProfile> SupportedVideoProfiles();
public IReadOnlyList<PerceptionVideoProfile> SupportedVideoProfiles { get; }
public IReadOnlyList<PerceptionVideoProfile> SupportedVideoProfiles { [Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var iVectorView = perceptionInfraredFrameSource.supportedVideoProfiles;
Public ReadOnly Property SupportedVideoProfiles As IReadOnlyList(Of PerceptionVideoProfile)

Property Value

A read-only collection of video profiles that are supported by the infrared frame source.

Attributes

Applies to