ホーム › Media.MediaFoundation › DXVA_VideoLighting
DXVA_VideoLighting
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| DXVA_VideoLightingShift | 18 | 0x12 |
| DXVA_VideoLightingMask | 3932160 | 0x3C0000 |
| DXVA_VideoLighting_Unknown | 0 | 0x0 |
| DXVA_VideoLighting_bright | 1 | 0x1 |
| DXVA_VideoLighting_office | 2 | 0x2 |
| DXVA_VideoLighting_dim | 3 | 0x3 |
| DXVA_VideoLighting_dark | 4 | 0x4 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DXVA_VideoLighting : int {
DXVA_VideoLightingShift = 18,
DXVA_VideoLightingMask = 3932160,
DXVA_VideoLighting_Unknown = 0,
DXVA_VideoLighting_bright = 1,
DXVA_VideoLighting_office = 2,
DXVA_VideoLighting_dim = 3,
DXVA_VideoLighting_dark = 4
} DXVA_VideoLighting;public enum DXVA_VideoLighting : int
{
DXVA_VideoLightingShift = 18,
DXVA_VideoLightingMask = 3932160,
DXVA_VideoLighting_Unknown = 0,
DXVA_VideoLighting_bright = 1,
DXVA_VideoLighting_office = 2,
DXVA_VideoLighting_dim = 3,
DXVA_VideoLighting_dark = 4,
}Public Enum DXVA_VideoLighting As Integer
DXVA_VideoLightingShift = 18
DXVA_VideoLightingMask = 3932160
DXVA_VideoLighting_Unknown = 0
DXVA_VideoLighting_bright = 1
DXVA_VideoLighting_office = 2
DXVA_VideoLighting_dim = 3
DXVA_VideoLighting_dark = 4
End Enumimport enum
class DXVA_VideoLighting(enum.IntEnum):
DXVA_VideoLightingShift = 18
DXVA_VideoLightingMask = 3932160
DXVA_VideoLighting_Unknown = 0
DXVA_VideoLighting_bright = 1
DXVA_VideoLighting_office = 2
DXVA_VideoLighting_dim = 3
DXVA_VideoLighting_dark = 4// DXVA_VideoLighting
pub const DXVA_VideoLightingShift: i32 = 18;
pub const DXVA_VideoLightingMask: i32 = 3932160;
pub const DXVA_VideoLighting_Unknown: i32 = 0;
pub const DXVA_VideoLighting_bright: i32 = 1;
pub const DXVA_VideoLighting_office: i32 = 2;
pub const DXVA_VideoLighting_dim: i32 = 3;
pub const DXVA_VideoLighting_dark: i32 = 4;// DXVA_VideoLighting
const (
DXVA_VideoLightingShift int32 = 18
DXVA_VideoLightingMask int32 = 3932160
DXVA_VideoLighting_Unknown int32 = 0
DXVA_VideoLighting_bright int32 = 1
DXVA_VideoLighting_office int32 = 2
DXVA_VideoLighting_dim int32 = 3
DXVA_VideoLighting_dark int32 = 4
)const
DXVA_VideoLightingShift = 18;
DXVA_VideoLightingMask = 3932160;
DXVA_VideoLighting_Unknown = 0;
DXVA_VideoLighting_bright = 1;
DXVA_VideoLighting_office = 2;
DXVA_VideoLighting_dim = 3;
DXVA_VideoLighting_dark = 4;// DXVA_VideoLighting
pub const DXVA_VideoLightingShift: i32 = 18;
pub const DXVA_VideoLightingMask: i32 = 3932160;
pub const DXVA_VideoLighting_Unknown: i32 = 0;
pub const DXVA_VideoLighting_bright: i32 = 1;
pub const DXVA_VideoLighting_office: i32 = 2;
pub const DXVA_VideoLighting_dim: i32 = 3;
pub const DXVA_VideoLighting_dark: i32 = 4;const
DXVA_VideoLightingShift* = 18
DXVA_VideoLightingMask* = 3932160
DXVA_VideoLighting_Unknown* = 0
DXVA_VideoLighting_bright* = 1
DXVA_VideoLighting_office* = 2
DXVA_VideoLighting_dim* = 3
DXVA_VideoLighting_dark* = 4enum DXVA_VideoLighting : int {
DXVA_VideoLightingShift = 18,
DXVA_VideoLightingMask = 3932160,
DXVA_VideoLighting_Unknown = 0,
DXVA_VideoLighting_bright = 1,
DXVA_VideoLighting_office = 2,
DXVA_VideoLighting_dim = 3,
DXVA_VideoLighting_dark = 4,
}#define global DXVA_VideoLightingShift 0x12
#define global DXVA_VideoLightingMask 0x3C0000
#define global DXVA_VideoLighting_Unknown 0x0
#define global DXVA_VideoLighting_bright 0x1
#define global DXVA_VideoLighting_office 0x2
#define global DXVA_VideoLighting_dim 0x3
#define global DXVA_VideoLighting_dark 0x4