Win32 API 日本語リファレンス
ホームMedia.MediaFoundation › DXVA_VideoLighting

DXVA_VideoLighting

列挙型
基底型i4

メンバー 7

名前10進16進
DXVA_VideoLightingShift180x12
DXVA_VideoLightingMask39321600x3C0000
DXVA_VideoLighting_Unknown00x0
DXVA_VideoLighting_bright10x1
DXVA_VideoLighting_office20x2
DXVA_VideoLighting_dim30x3
DXVA_VideoLighting_dark40x4

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 4
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,
}
#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