ホーム › Media.DirectShow › TunerInputType
TunerInputType
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| TunerInputCable | 0 | 0x0 |
| TunerInputAntenna | 1 | 0x1 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum TunerInputType : int {
TunerInputCable = 0,
TunerInputAntenna = 1
} TunerInputType;public enum TunerInputType : int
{
TunerInputCable = 0,
TunerInputAntenna = 1,
}Public Enum TunerInputType As Integer
TunerInputCable = 0
TunerInputAntenna = 1
End Enumimport enum
class TunerInputType(enum.IntEnum):
TunerInputCable = 0
TunerInputAntenna = 1// TunerInputType
pub const TunerInputCable: i32 = 0;
pub const TunerInputAntenna: i32 = 1;// TunerInputType
const (
TunerInputCable int32 = 0
TunerInputAntenna int32 = 1
)const
TunerInputCable = 0;
TunerInputAntenna = 1;// TunerInputType
pub const TunerInputCable: i32 = 0;
pub const TunerInputAntenna: i32 = 1;const
TunerInputCable* = 0
TunerInputAntenna* = 1enum TunerInputType : int {
TunerInputCable = 0,
TunerInputAntenna = 1,
}#define global TunerInputCable 0x0
#define global TunerInputAntenna 0x1