PerceptionColorFrameSource.AvailableVideoProfiles 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 currently available from the color frame source.
public:
property IVectorView<PerceptionVideoProfile ^> ^ AvailableVideoProfiles { IVectorView<PerceptionVideoProfile ^> ^ get(); };
IVectorView<PerceptionVideoProfile> AvailableVideoProfiles();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource 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("PerceptionColorFrameSource 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 = perceptionColorFrameSource.availableVideoProfiles;
Public ReadOnly Property AvailableVideoProfiles As IReadOnlyList(Of PerceptionVideoProfile)
Property Value
A read-only collection of video profiles that are currently available from the color frame source.
- Attributes