KnownPerceptionVideoProfileProperties
KnownPerceptionVideoProfileProperties
KnownPerceptionVideoProfileProperties
KnownPerceptionVideoProfileProperties
Class
Definition
Provides static properties of a video profile.
public : static class KnownPerceptionVideoProfilePropertiespublic static class KnownPerceptionVideoProfilePropertiesPublic Static Class KnownPerceptionVideoProfileProperties// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
BitmapAlphaMode BitmapAlphaMode BitmapAlphaMode BitmapAlphaMode
Gets a string key used to retrieve an enumeration property indicating the bitmap alpha mode.
public : static PlatForm::String BitmapAlphaMode { get; }public static string BitmapAlphaMode { get; }Public Static ReadOnly Property BitmapAlphaMode As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The bitmap alpha mode. This property is an enumeration value.
BitmapPixelFormat BitmapPixelFormat BitmapPixelFormat BitmapPixelFormat
Gets a string key used to retrieve an enumeration property indicating the bitmap pixel format.
public : static PlatForm::String BitmapPixelFormat { get; }public static string BitmapPixelFormat { get; }Public Static ReadOnly Property BitmapPixelFormat As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The bitmap pixel format. This property is an enumeration value.
FrameDuration FrameDuration FrameDuration FrameDuration
Gets a string key used to retrieve a TimeSpan property indicating the time duration of each frame.
public : static PlatForm::String FrameDuration { get; }public static string FrameDuration { get; }Public Static ReadOnly Property FrameDuration As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The time duration of each frame. This property is a TimeSpan value.
Height Height Height Height
Gets a string key used to retrieve a 32-bit unsigned integer property indicating the frame height, in pixels.
public : static PlatForm::String Height { get; }public static string Height { get; }Public Static ReadOnly Property Height As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The frame height, in pixels. This property is a UInt32 value.
Width Width Width Width
Gets a string key used to retrieve a 32-bit unsigned integer property indicating the frame width, in pixels.
public : static PlatForm::String Width { get; }public static string Width { get; }Public Static ReadOnly Property Width As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The frame width, in pixels. This property is a UInt32 value.