PerceptionInfraredFrameSource.SupportedVideoProfiles 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 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