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