ホーム › Media.MediaFoundation › EAllocationType
EAllocationType
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| eAllocationTypeDynamic | 0 | 0x0 |
| eAllocationTypeRT | 1 | 0x1 |
| eAllocationTypePageable | 2 | 0x2 |
| eAllocationTypeIgnore | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum EAllocationType : int {
eAllocationTypeDynamic = 0,
eAllocationTypeRT = 1,
eAllocationTypePageable = 2,
eAllocationTypeIgnore = 3
} EAllocationType;public enum EAllocationType : int
{
eAllocationTypeDynamic = 0,
eAllocationTypeRT = 1,
eAllocationTypePageable = 2,
eAllocationTypeIgnore = 3,
}Public Enum EAllocationType As Integer
eAllocationTypeDynamic = 0
eAllocationTypeRT = 1
eAllocationTypePageable = 2
eAllocationTypeIgnore = 3
End Enumimport enum
class EAllocationType(enum.IntEnum):
eAllocationTypeDynamic = 0
eAllocationTypeRT = 1
eAllocationTypePageable = 2
eAllocationTypeIgnore = 3// EAllocationType
pub const eAllocationTypeDynamic: i32 = 0;
pub const eAllocationTypeRT: i32 = 1;
pub const eAllocationTypePageable: i32 = 2;
pub const eAllocationTypeIgnore: i32 = 3;// EAllocationType
const (
eAllocationTypeDynamic int32 = 0
eAllocationTypeRT int32 = 1
eAllocationTypePageable int32 = 2
eAllocationTypeIgnore int32 = 3
)const
eAllocationTypeDynamic = 0;
eAllocationTypeRT = 1;
eAllocationTypePageable = 2;
eAllocationTypeIgnore = 3;// EAllocationType
pub const eAllocationTypeDynamic: i32 = 0;
pub const eAllocationTypeRT: i32 = 1;
pub const eAllocationTypePageable: i32 = 2;
pub const eAllocationTypeIgnore: i32 = 3;const
eAllocationTypeDynamic* = 0
eAllocationTypeRT* = 1
eAllocationTypePageable* = 2
eAllocationTypeIgnore* = 3enum EAllocationType : int {
eAllocationTypeDynamic = 0,
eAllocationTypeRT = 1,
eAllocationTypePageable = 2,
eAllocationTypeIgnore = 3,
}#define global eAllocationTypeDynamic 0x0
#define global eAllocationTypeRT 0x1
#define global eAllocationTypePageable 0x2
#define global eAllocationTypeIgnore 0x3