PerceptionInfraredFrameSource.VideoProfile 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 PerceptionVideoProfile object indicating the current video profile.
public:
property PerceptionVideoProfile ^ VideoProfile { PerceptionVideoProfile ^ get(); };
PerceptionVideoProfile VideoProfile();
/// [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")]
PerceptionVideoProfile VideoProfile();
public PerceptionVideoProfile VideoProfile { get; }
public PerceptionVideoProfile VideoProfile { [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 perceptionVideoProfile = perceptionInfraredFrameSource.videoProfile;
Public ReadOnly Property VideoProfile As PerceptionVideoProfile
Property Value
A PerceptionVideoProfile object indicating the current video profile.
- Attributes