PerceptionColorFrameSource.VideoProfile Property

Definition

Gets a PerceptionVideoProfile object indicating the current video profile.

public:
 property PerceptionVideoProfile ^ VideoProfile { PerceptionVideoProfile ^ get(); };
PerceptionVideoProfile VideoProfile();
/// [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")]
PerceptionVideoProfile VideoProfile();
public PerceptionVideoProfile VideoProfile { get; }
public PerceptionVideoProfile VideoProfile { [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 perceptionVideoProfile = perceptionColorFrameSource.videoProfile;
Public ReadOnly Property VideoProfile As PerceptionVideoProfile

Property Value

A PerceptionVideoProfile object indicating the current video profile.

Attributes

Applies to