PerceptionInfraredFrameSource.VideoProfile Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft ein PerceptionVideoProfile-Objekt ab, das das aktuelle Videoprofil angibt.
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
Eigenschaftswert
Ein PerceptionVideoProfile-Objekt, das das aktuelle Videoprofil angibt.
- Attribute