PerceptionInfraredFrameSource.VideoProfile 属性

定义

获取指示当前视频配置文件的 PerceptionVideoProfile 对象。

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

属性值

指示当前视频配置文件的 PerceptionVideoProfile 对象。

属性

适用于