ホーム › Media.MediaFoundation › MFAudioConstriction
MFAudioConstriction
列挙型メンバー 5
| 名前 | 10進 | 16進 |
|---|---|---|
| MFaudioConstrictionOff | 0 | 0x0 |
| MFaudioConstriction48_16 | 1 | 0x1 |
| MFaudioConstriction44_16 | 2 | 0x2 |
| MFaudioConstriction14_14 | 3 | 0x3 |
| MFaudioConstrictionMute | 4 | 0x4 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum MFAudioConstriction : int {
MFaudioConstrictionOff = 0,
MFaudioConstriction48_16 = 1,
MFaudioConstriction44_16 = 2,
MFaudioConstriction14_14 = 3,
MFaudioConstrictionMute = 4
} MFAudioConstriction;public enum MFAudioConstriction : int
{
MFaudioConstrictionOff = 0,
MFaudioConstriction48_16 = 1,
MFaudioConstriction44_16 = 2,
MFaudioConstriction14_14 = 3,
MFaudioConstrictionMute = 4,
}Public Enum MFAudioConstriction As Integer
MFaudioConstrictionOff = 0
MFaudioConstriction48_16 = 1
MFaudioConstriction44_16 = 2
MFaudioConstriction14_14 = 3
MFaudioConstrictionMute = 4
End Enumimport enum
class MFAudioConstriction(enum.IntEnum):
MFaudioConstrictionOff = 0
MFaudioConstriction48_16 = 1
MFaudioConstriction44_16 = 2
MFaudioConstriction14_14 = 3
MFaudioConstrictionMute = 4// MFAudioConstriction
pub const MFaudioConstrictionOff: i32 = 0;
pub const MFaudioConstriction48_16: i32 = 1;
pub const MFaudioConstriction44_16: i32 = 2;
pub const MFaudioConstriction14_14: i32 = 3;
pub const MFaudioConstrictionMute: i32 = 4;// MFAudioConstriction
const (
MFaudioConstrictionOff int32 = 0
MFaudioConstriction48_16 int32 = 1
MFaudioConstriction44_16 int32 = 2
MFaudioConstriction14_14 int32 = 3
MFaudioConstrictionMute int32 = 4
)const
MFaudioConstrictionOff = 0;
MFaudioConstriction48_16 = 1;
MFaudioConstriction44_16 = 2;
MFaudioConstriction14_14 = 3;
MFaudioConstrictionMute = 4;// MFAudioConstriction
pub const MFaudioConstrictionOff: i32 = 0;
pub const MFaudioConstriction48_16: i32 = 1;
pub const MFaudioConstriction44_16: i32 = 2;
pub const MFaudioConstriction14_14: i32 = 3;
pub const MFaudioConstrictionMute: i32 = 4;const
MFaudioConstrictionOff* = 0
MFaudioConstriction48_16* = 1
MFaudioConstriction44_16* = 2
MFaudioConstriction14_14* = 3
MFaudioConstrictionMute* = 4enum MFAudioConstriction : int {
MFaudioConstrictionOff = 0,
MFaudioConstriction48_16 = 1,
MFaudioConstriction44_16 = 2,
MFaudioConstriction14_14 = 3,
MFaudioConstrictionMute = 4,
}#define global MFaudioConstrictionOff 0x0
#define global MFaudioConstriction48_16 0x1
#define global MFaudioConstriction44_16 0x2
#define global MFaudioConstriction14_14 0x3
#define global MFaudioConstrictionMute 0x4