Win32 API 日本語リファレンス
ホームMedia.MediaFoundation › eAVEncH263VProfile

eAVEncH263VProfile

列挙型
基底型i4

メンバー 9

名前10進16進
eAVEncH263VProfile_Base00x0
eAVEncH263VProfile_CompatibilityV210x1
eAVEncH263VProfile_CompatibilityV120x2
eAVEncH263VProfile_WirelessV230x3
eAVEncH263VProfile_WirelessV340x4
eAVEncH263VProfile_HighCompression50x5
eAVEncH263VProfile_Internet60x6
eAVEncH263VProfile_Interlace70x7
eAVEncH263VProfile_HighLatency80x8

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum eAVEncH263VProfile : int {
    eAVEncH263VProfile_Base = 0,
    eAVEncH263VProfile_CompatibilityV2 = 1,
    eAVEncH263VProfile_CompatibilityV1 = 2,
    eAVEncH263VProfile_WirelessV2 = 3,
    eAVEncH263VProfile_WirelessV3 = 4,
    eAVEncH263VProfile_HighCompression = 5,
    eAVEncH263VProfile_Internet = 6,
    eAVEncH263VProfile_Interlace = 7,
    eAVEncH263VProfile_HighLatency = 8
} eAVEncH263VProfile;
public enum eAVEncH263VProfile : int
{
    eAVEncH263VProfile_Base = 0,
    eAVEncH263VProfile_CompatibilityV2 = 1,
    eAVEncH263VProfile_CompatibilityV1 = 2,
    eAVEncH263VProfile_WirelessV2 = 3,
    eAVEncH263VProfile_WirelessV3 = 4,
    eAVEncH263VProfile_HighCompression = 5,
    eAVEncH263VProfile_Internet = 6,
    eAVEncH263VProfile_Interlace = 7,
    eAVEncH263VProfile_HighLatency = 8,
}
Public Enum eAVEncH263VProfile As Integer
    eAVEncH263VProfile_Base = 0
    eAVEncH263VProfile_CompatibilityV2 = 1
    eAVEncH263VProfile_CompatibilityV1 = 2
    eAVEncH263VProfile_WirelessV2 = 3
    eAVEncH263VProfile_WirelessV3 = 4
    eAVEncH263VProfile_HighCompression = 5
    eAVEncH263VProfile_Internet = 6
    eAVEncH263VProfile_Interlace = 7
    eAVEncH263VProfile_HighLatency = 8
End Enum
import enum

class eAVEncH263VProfile(enum.IntEnum):
    eAVEncH263VProfile_Base = 0
    eAVEncH263VProfile_CompatibilityV2 = 1
    eAVEncH263VProfile_CompatibilityV1 = 2
    eAVEncH263VProfile_WirelessV2 = 3
    eAVEncH263VProfile_WirelessV3 = 4
    eAVEncH263VProfile_HighCompression = 5
    eAVEncH263VProfile_Internet = 6
    eAVEncH263VProfile_Interlace = 7
    eAVEncH263VProfile_HighLatency = 8
// eAVEncH263VProfile
pub const eAVEncH263VProfile_Base: i32 = 0;
pub const eAVEncH263VProfile_CompatibilityV2: i32 = 1;
pub const eAVEncH263VProfile_CompatibilityV1: i32 = 2;
pub const eAVEncH263VProfile_WirelessV2: i32 = 3;
pub const eAVEncH263VProfile_WirelessV3: i32 = 4;
pub const eAVEncH263VProfile_HighCompression: i32 = 5;
pub const eAVEncH263VProfile_Internet: i32 = 6;
pub const eAVEncH263VProfile_Interlace: i32 = 7;
pub const eAVEncH263VProfile_HighLatency: i32 = 8;
// eAVEncH263VProfile
const (
	eAVEncH263VProfile_Base int32 = 0
	eAVEncH263VProfile_CompatibilityV2 int32 = 1
	eAVEncH263VProfile_CompatibilityV1 int32 = 2
	eAVEncH263VProfile_WirelessV2 int32 = 3
	eAVEncH263VProfile_WirelessV3 int32 = 4
	eAVEncH263VProfile_HighCompression int32 = 5
	eAVEncH263VProfile_Internet int32 = 6
	eAVEncH263VProfile_Interlace int32 = 7
	eAVEncH263VProfile_HighLatency int32 = 8
)
const
  eAVEncH263VProfile_Base = 0;
  eAVEncH263VProfile_CompatibilityV2 = 1;
  eAVEncH263VProfile_CompatibilityV1 = 2;
  eAVEncH263VProfile_WirelessV2 = 3;
  eAVEncH263VProfile_WirelessV3 = 4;
  eAVEncH263VProfile_HighCompression = 5;
  eAVEncH263VProfile_Internet = 6;
  eAVEncH263VProfile_Interlace = 7;
  eAVEncH263VProfile_HighLatency = 8;
// eAVEncH263VProfile
pub const eAVEncH263VProfile_Base: i32 = 0;
pub const eAVEncH263VProfile_CompatibilityV2: i32 = 1;
pub const eAVEncH263VProfile_CompatibilityV1: i32 = 2;
pub const eAVEncH263VProfile_WirelessV2: i32 = 3;
pub const eAVEncH263VProfile_WirelessV3: i32 = 4;
pub const eAVEncH263VProfile_HighCompression: i32 = 5;
pub const eAVEncH263VProfile_Internet: i32 = 6;
pub const eAVEncH263VProfile_Interlace: i32 = 7;
pub const eAVEncH263VProfile_HighLatency: i32 = 8;
const
  eAVEncH263VProfile_Base* = 0
  eAVEncH263VProfile_CompatibilityV2* = 1
  eAVEncH263VProfile_CompatibilityV1* = 2
  eAVEncH263VProfile_WirelessV2* = 3
  eAVEncH263VProfile_WirelessV3* = 4
  eAVEncH263VProfile_HighCompression* = 5
  eAVEncH263VProfile_Internet* = 6
  eAVEncH263VProfile_Interlace* = 7
  eAVEncH263VProfile_HighLatency* = 8
enum eAVEncH263VProfile : int {
    eAVEncH263VProfile_Base = 0,
    eAVEncH263VProfile_CompatibilityV2 = 1,
    eAVEncH263VProfile_CompatibilityV1 = 2,
    eAVEncH263VProfile_WirelessV2 = 3,
    eAVEncH263VProfile_WirelessV3 = 4,
    eAVEncH263VProfile_HighCompression = 5,
    eAVEncH263VProfile_Internet = 6,
    eAVEncH263VProfile_Interlace = 7,
    eAVEncH263VProfile_HighLatency = 8,
}
#define global eAVEncH263VProfile_Base            0x0
#define global eAVEncH263VProfile_CompatibilityV2 0x1
#define global eAVEncH263VProfile_CompatibilityV1 0x2
#define global eAVEncH263VProfile_WirelessV2      0x3
#define global eAVEncH263VProfile_WirelessV3      0x4
#define global eAVEncH263VProfile_HighCompression 0x5
#define global eAVEncH263VProfile_Internet        0x6
#define global eAVEncH263VProfile_Interlace       0x7
#define global eAVEncH263VProfile_HighLatency     0x8