ホーム › Media.MediaFoundation › eAVEncInputVideoSystem
eAVEncInputVideoSystem
列挙型メンバー 7
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| eAVEncInputVideoSystem_Unspecified | 0 | 0x0 | ビデオシステムは指定されていません。 |
| eAVEncInputVideoSystem_PAL | 1 | 0x1 | PAL テレビ。 |
| eAVEncInputVideoSystem_NTSC | 2 | 0x2 | NTSC テレビ。 |
| eAVEncInputVideoSystem_SECAM | 3 | 0x3 | SECAM テレビ。 |
| eAVEncInputVideoSystem_MAC | 4 | 0x4 | このリリースでは文書化されていません。 |
| eAVEncInputVideoSystem_HDV | 5 | 0x5 | 高精細 (HD) ビデオ。 |
| eAVEncInputVideoSystem_Component | 6 | 0x6 | コンポーネントビデオ。 |
公式ドキュメント
[このページに関連する機能である DirectShow は、レガシー機能です。この機能は MediaPlayer、IMFMediaEngine、および Media Foundation でのオーディオ/ビデオ キャプチャ に置き換えられています。これらの機能は Windows 10 および Windows 11 向けに最適化されています。Microsoft は、新しいコードでは可能な限り DirectShow ではなく MediaPlayer、IMFMediaEngine、Audio/Video Capture in Media Foundation を使用することを強く推奨します。レガシー API を使用している既存のコードについても、可能であれば新しい API を使用するように書き換えることをお勧めします。]
ビデオソースの公称範囲を指定します。この列挙型は AVEncInputVideoSystem プロパティで使用されます。
出典・ライセンス: 上記「公式ドキュメント」の内容は 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 eAVEncInputVideoSystem : int {
eAVEncInputVideoSystem_Unspecified = 0,
eAVEncInputVideoSystem_PAL = 1,
eAVEncInputVideoSystem_NTSC = 2,
eAVEncInputVideoSystem_SECAM = 3,
eAVEncInputVideoSystem_MAC = 4,
eAVEncInputVideoSystem_HDV = 5,
eAVEncInputVideoSystem_Component = 6
} eAVEncInputVideoSystem;public enum eAVEncInputVideoSystem : int
{
eAVEncInputVideoSystem_Unspecified = 0,
eAVEncInputVideoSystem_PAL = 1,
eAVEncInputVideoSystem_NTSC = 2,
eAVEncInputVideoSystem_SECAM = 3,
eAVEncInputVideoSystem_MAC = 4,
eAVEncInputVideoSystem_HDV = 5,
eAVEncInputVideoSystem_Component = 6,
}Public Enum eAVEncInputVideoSystem As Integer
eAVEncInputVideoSystem_Unspecified = 0
eAVEncInputVideoSystem_PAL = 1
eAVEncInputVideoSystem_NTSC = 2
eAVEncInputVideoSystem_SECAM = 3
eAVEncInputVideoSystem_MAC = 4
eAVEncInputVideoSystem_HDV = 5
eAVEncInputVideoSystem_Component = 6
End Enumimport enum
class eAVEncInputVideoSystem(enum.IntEnum):
eAVEncInputVideoSystem_Unspecified = 0
eAVEncInputVideoSystem_PAL = 1
eAVEncInputVideoSystem_NTSC = 2
eAVEncInputVideoSystem_SECAM = 3
eAVEncInputVideoSystem_MAC = 4
eAVEncInputVideoSystem_HDV = 5
eAVEncInputVideoSystem_Component = 6// eAVEncInputVideoSystem
pub const eAVEncInputVideoSystem_Unspecified: i32 = 0;
pub const eAVEncInputVideoSystem_PAL: i32 = 1;
pub const eAVEncInputVideoSystem_NTSC: i32 = 2;
pub const eAVEncInputVideoSystem_SECAM: i32 = 3;
pub const eAVEncInputVideoSystem_MAC: i32 = 4;
pub const eAVEncInputVideoSystem_HDV: i32 = 5;
pub const eAVEncInputVideoSystem_Component: i32 = 6;// eAVEncInputVideoSystem
const (
eAVEncInputVideoSystem_Unspecified int32 = 0
eAVEncInputVideoSystem_PAL int32 = 1
eAVEncInputVideoSystem_NTSC int32 = 2
eAVEncInputVideoSystem_SECAM int32 = 3
eAVEncInputVideoSystem_MAC int32 = 4
eAVEncInputVideoSystem_HDV int32 = 5
eAVEncInputVideoSystem_Component int32 = 6
)const
eAVEncInputVideoSystem_Unspecified = 0;
eAVEncInputVideoSystem_PAL = 1;
eAVEncInputVideoSystem_NTSC = 2;
eAVEncInputVideoSystem_SECAM = 3;
eAVEncInputVideoSystem_MAC = 4;
eAVEncInputVideoSystem_HDV = 5;
eAVEncInputVideoSystem_Component = 6;// eAVEncInputVideoSystem
pub const eAVEncInputVideoSystem_Unspecified: i32 = 0;
pub const eAVEncInputVideoSystem_PAL: i32 = 1;
pub const eAVEncInputVideoSystem_NTSC: i32 = 2;
pub const eAVEncInputVideoSystem_SECAM: i32 = 3;
pub const eAVEncInputVideoSystem_MAC: i32 = 4;
pub const eAVEncInputVideoSystem_HDV: i32 = 5;
pub const eAVEncInputVideoSystem_Component: i32 = 6;const
eAVEncInputVideoSystem_Unspecified* = 0
eAVEncInputVideoSystem_PAL* = 1
eAVEncInputVideoSystem_NTSC* = 2
eAVEncInputVideoSystem_SECAM* = 3
eAVEncInputVideoSystem_MAC* = 4
eAVEncInputVideoSystem_HDV* = 5
eAVEncInputVideoSystem_Component* = 6enum eAVEncInputVideoSystem : int {
eAVEncInputVideoSystem_Unspecified = 0,
eAVEncInputVideoSystem_PAL = 1,
eAVEncInputVideoSystem_NTSC = 2,
eAVEncInputVideoSystem_SECAM = 3,
eAVEncInputVideoSystem_MAC = 4,
eAVEncInputVideoSystem_HDV = 5,
eAVEncInputVideoSystem_Component = 6,
}#define global eAVEncInputVideoSystem_Unspecified 0x0
#define global eAVEncInputVideoSystem_PAL 0x1
#define global eAVEncInputVideoSystem_NTSC 0x2
#define global eAVEncInputVideoSystem_SECAM 0x3
#define global eAVEncInputVideoSystem_MAC 0x4
#define global eAVEncInputVideoSystem_HDV 0x5
#define global eAVEncInputVideoSystem_Component 0x6