ホーム › Media.MediaFoundation › MF_Plugin_Type
MF_Plugin_Type
列挙型メンバー 4
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| MF_Plugin_Type_MFT | 0 | 0x0 | Media Foundation 変換 (MFT)。 |
| MF_Plugin_Type_MediaSource | 1 | 0x1 | メディア ソース。 |
| MF_Plugin_Type_MFT_MatchOutputType | 2 | 0x2 | 出力タイプが一致する MFT。 |
| MF_Plugin_Type_Other | -1 | 0xFFFFFFFF | その他。 |
公式ドキュメント
IMFPluginControl インターフェイスで使用するオブジェクトの種類を指定します。
出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
各言語での定義
列挙メンバーの定義。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