PerceptionVideoProfile.BitmapPixelFormat Property

Definition

Gets the bitmap pixel format.

public:
 property BitmapPixelFormat BitmapPixelFormat { BitmapPixelFormat get(); };
BitmapPixelFormat BitmapPixelFormat();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionVideoProfile may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameFormat instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
BitmapPixelFormat BitmapPixelFormat();
public BitmapPixelFormat BitmapPixelFormat { get; }
public BitmapPixelFormat BitmapPixelFormat { [Windows.Foundation.Metadata.Deprecated("PerceptionVideoProfile may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameFormat instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var bitmapPixelFormat = perceptionVideoProfile.bitmapPixelFormat;
Public ReadOnly Property BitmapPixelFormat As BitmapPixelFormat

Property Value

A BitmapPixelFormat enumeration value indicating the bitmap pixel format.

Attributes

Applies to