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