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

WMT_STORAGE_FORMAT

列挙型
基底型i4

メンバー 2

名前10進16進
WMT_Storage_Format_MP300x0
WMT_Storage_Format_V110x1

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 1
enum 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