ホーム › Media.DirectShow › AM_WST_STYLE
AM_WST_STYLE
列挙型メンバー 2
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| AM_WST_STYLE_None | 0 | 0x0 | 予約済みです。 |
| AM_WST_STYLE_Invers | 1 | 0x1 | 予約済みです。 |
公式ドキュメント
[このページに関連する機能である DirectShow は、レガシー機能です。この機能は MediaPlayer、IMFMediaEngine、および Audio/Video Capture in Media Foundation に置き換えられました。これらの機能は Windows 10 および Windows 11 向けに最適化されています。Microsoft は、可能な場合は新しいコードで DirectShow ではなく MediaPlayer、IMFMediaEngine、Audio/Video Capture in Media Foundation を使用することを強く推奨します。レガシー API を使用している既存のコードについても、可能であれば新しい API を使用するように書き換えることを推奨します。]
AM_WST_STYLE 列挙型はサポートされていません。
出典・ライセンス: 上記「公式ドキュメント」の内容は 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 AM_WST_STYLE : int {
AM_WST_STYLE_None = 0,
AM_WST_STYLE_Invers = 1
} AM_WST_STYLE;public enum AM_WST_STYLE : int
{
AM_WST_STYLE_None = 0,
AM_WST_STYLE_Invers = 1,
}Public Enum AM_WST_STYLE As Integer
AM_WST_STYLE_None = 0
AM_WST_STYLE_Invers = 1
End Enumimport enum
class AM_WST_STYLE(enum.IntEnum):
AM_WST_STYLE_None = 0
AM_WST_STYLE_Invers = 1// AM_WST_STYLE
pub const AM_WST_STYLE_None: i32 = 0;
pub const AM_WST_STYLE_Invers: i32 = 1;// AM_WST_STYLE
const (
AM_WST_STYLE_None int32 = 0
AM_WST_STYLE_Invers int32 = 1
)const
AM_WST_STYLE_None = 0;
AM_WST_STYLE_Invers = 1;// AM_WST_STYLE
pub const AM_WST_STYLE_None: i32 = 0;
pub const AM_WST_STYLE_Invers: i32 = 1;const
AM_WST_STYLE_None* = 0
AM_WST_STYLE_Invers* = 1enum AM_WST_STYLE : int {
AM_WST_STYLE_None = 0,
AM_WST_STYLE_Invers = 1,
}#define global AM_WST_STYLE_None 0x0
#define global AM_WST_STYLE_Invers 0x1