ホーム › Media.MediaFoundation › eAVEncMPVLevel
eAVEncMPVLevel
列挙型メンバー 4
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| eAVEncMPVLevel_Low | 1 | 0x1 | Low レベルです。 |
| eAVEncMPVLevel_Main | 2 | 0x2 | Main レベルです。 |
| eAVEncMPVLevel_High1440 | 3 | 0x3 | High 1440 レベルです。 |
| eAVEncMPVLevel_High | 4 | 0x4 | High レベルです。 |
公式ドキュメント
[このページに関連する機能である DirectShow はレガシー機能です。この機能は MediaPlayer、IMFMediaEngine、および Audio/Video Capture in Media Foundation に置き換えられました。これらの機能は Windows 10 および Windows 11 向けに最適化されています。新しいコードでは、可能な限り DirectShow ではなく MediaPlayer、IMFMediaEngine、Audio/Video Capture in Media Foundation を使用することを強く推奨します。レガシー API を使用している既存のコードについても、可能であれば新しい API を使用するように書き換えることを推奨します。]
MPEG-2 プロファイルを指定します。この列挙型は AVEncMPVLevel プロパティで使用されます。
出典・ライセンス: 上記「公式ドキュメント」の内容は 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 eAVEncMPVLevel : int {
eAVEncMPVLevel_Low = 1,
eAVEncMPVLevel_Main = 2,
eAVEncMPVLevel_High1440 = 3,
eAVEncMPVLevel_High = 4
} eAVEncMPVLevel;public enum eAVEncMPVLevel : int
{
eAVEncMPVLevel_Low = 1,
eAVEncMPVLevel_Main = 2,
eAVEncMPVLevel_High1440 = 3,
eAVEncMPVLevel_High = 4,
}Public Enum eAVEncMPVLevel As Integer
eAVEncMPVLevel_Low = 1
eAVEncMPVLevel_Main = 2
eAVEncMPVLevel_High1440 = 3
eAVEncMPVLevel_High = 4
End Enumimport enum
class eAVEncMPVLevel(enum.IntEnum):
eAVEncMPVLevel_Low = 1
eAVEncMPVLevel_Main = 2
eAVEncMPVLevel_High1440 = 3
eAVEncMPVLevel_High = 4// eAVEncMPVLevel
pub const eAVEncMPVLevel_Low: i32 = 1;
pub const eAVEncMPVLevel_Main: i32 = 2;
pub const eAVEncMPVLevel_High1440: i32 = 3;
pub const eAVEncMPVLevel_High: i32 = 4;// eAVEncMPVLevel
const (
eAVEncMPVLevel_Low int32 = 1
eAVEncMPVLevel_Main int32 = 2
eAVEncMPVLevel_High1440 int32 = 3
eAVEncMPVLevel_High int32 = 4
)const
eAVEncMPVLevel_Low = 1;
eAVEncMPVLevel_Main = 2;
eAVEncMPVLevel_High1440 = 3;
eAVEncMPVLevel_High = 4;// eAVEncMPVLevel
pub const eAVEncMPVLevel_Low: i32 = 1;
pub const eAVEncMPVLevel_Main: i32 = 2;
pub const eAVEncMPVLevel_High1440: i32 = 3;
pub const eAVEncMPVLevel_High: i32 = 4;const
eAVEncMPVLevel_Low* = 1
eAVEncMPVLevel_Main* = 2
eAVEncMPVLevel_High1440* = 3
eAVEncMPVLevel_High* = 4enum eAVEncMPVLevel : int {
eAVEncMPVLevel_Low = 1,
eAVEncMPVLevel_Main = 2,
eAVEncMPVLevel_High1440 = 3,
eAVEncMPVLevel_High = 4,
}#define global eAVEncMPVLevel_Low 0x1
#define global eAVEncMPVLevel_Main 0x2
#define global eAVEncMPVLevel_High1440 0x3
#define global eAVEncMPVLevel_High 0x4