PerceptionInfraredFrameSource.AvailableVideoProfiles Property

Definition

Gets a read-only collection of video profiles that are currently available from the infrared frame source.

public:
 property IVectorView<PerceptionVideoProfile ^> ^ AvailableVideoProfiles { IVectorView<PerceptionVideoProfile ^> ^ get(); };
IVectorView<PerceptionVideoProfile> AvailableVideoProfiles();
/// [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> AvailableVideoProfiles();
public IReadOnlyList<PerceptionVideoProfile> AvailableVideoProfiles { get; }
public IReadOnlyList<PerceptionVideoProfile> AvailableVideoProfiles { [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.availableVideoProfiles;
Public ReadOnly Property AvailableVideoProfiles As IReadOnlyList(Of PerceptionVideoProfile)

Property Value

A read-only collection of video profiles that are currently available from the infrared frame source.

Attributes

Applies to