ホーム › Media.DirectShow › SNDDEV_ERR
SNDDEV_ERR
列挙型メンバー 14
| 名前 | 10進 | 16進 |
|---|---|---|
| SNDDEV_ERROR_Open | 1 | 0x1 |
| SNDDEV_ERROR_Close | 2 | 0x2 |
| SNDDEV_ERROR_GetCaps | 3 | 0x3 |
| SNDDEV_ERROR_PrepareHeader | 4 | 0x4 |
| SNDDEV_ERROR_UnprepareHeader | 5 | 0x5 |
| SNDDEV_ERROR_Reset | 6 | 0x6 |
| SNDDEV_ERROR_Restart | 7 | 0x7 |
| SNDDEV_ERROR_GetPosition | 8 | 0x8 |
| SNDDEV_ERROR_Write | 9 | 0x9 |
| SNDDEV_ERROR_Pause | 10 | 0xA |
| SNDDEV_ERROR_Stop | 11 | 0xB |
| SNDDEV_ERROR_Start | 12 | 0xC |
| SNDDEV_ERROR_AddBuffer | 13 | 0xD |
| SNDDEV_ERROR_Query | 14 | 0xE |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum SNDDEV_ERR : int {
SNDDEV_ERROR_Open = 1,
SNDDEV_ERROR_Close = 2,
SNDDEV_ERROR_GetCaps = 3,
SNDDEV_ERROR_PrepareHeader = 4,
SNDDEV_ERROR_UnprepareHeader = 5,
SNDDEV_ERROR_Reset = 6,
SNDDEV_ERROR_Restart = 7,
SNDDEV_ERROR_GetPosition = 8,
SNDDEV_ERROR_Write = 9,
SNDDEV_ERROR_Pause = 10,
SNDDEV_ERROR_Stop = 11,
SNDDEV_ERROR_Start = 12,
SNDDEV_ERROR_AddBuffer = 13,
SNDDEV_ERROR_Query = 14
} SNDDEV_ERR;public enum SNDDEV_ERR : int
{
SNDDEV_ERROR_Open = 1,
SNDDEV_ERROR_Close = 2,
SNDDEV_ERROR_GetCaps = 3,
SNDDEV_ERROR_PrepareHeader = 4,
SNDDEV_ERROR_UnprepareHeader = 5,
SNDDEV_ERROR_Reset = 6,
SNDDEV_ERROR_Restart = 7,
SNDDEV_ERROR_GetPosition = 8,
SNDDEV_ERROR_Write = 9,
SNDDEV_ERROR_Pause = 10,
SNDDEV_ERROR_Stop = 11,
SNDDEV_ERROR_Start = 12,
SNDDEV_ERROR_AddBuffer = 13,
SNDDEV_ERROR_Query = 14,
}Public Enum SNDDEV_ERR As Integer
SNDDEV_ERROR_Open = 1
SNDDEV_ERROR_Close = 2
SNDDEV_ERROR_GetCaps = 3
SNDDEV_ERROR_PrepareHeader = 4
SNDDEV_ERROR_UnprepareHeader = 5
SNDDEV_ERROR_Reset = 6
SNDDEV_ERROR_Restart = 7
SNDDEV_ERROR_GetPosition = 8
SNDDEV_ERROR_Write = 9
SNDDEV_ERROR_Pause = 10
SNDDEV_ERROR_Stop = 11
SNDDEV_ERROR_Start = 12
SNDDEV_ERROR_AddBuffer = 13
SNDDEV_ERROR_Query = 14
End Enumimport enum
class SNDDEV_ERR(enum.IntEnum):
SNDDEV_ERROR_Open = 1
SNDDEV_ERROR_Close = 2
SNDDEV_ERROR_GetCaps = 3
SNDDEV_ERROR_PrepareHeader = 4
SNDDEV_ERROR_UnprepareHeader = 5
SNDDEV_ERROR_Reset = 6
SNDDEV_ERROR_Restart = 7
SNDDEV_ERROR_GetPosition = 8
SNDDEV_ERROR_Write = 9
SNDDEV_ERROR_Pause = 10
SNDDEV_ERROR_Stop = 11
SNDDEV_ERROR_Start = 12
SNDDEV_ERROR_AddBuffer = 13
SNDDEV_ERROR_Query = 14// SNDDEV_ERR
pub const SNDDEV_ERROR_Open: i32 = 1;
pub const SNDDEV_ERROR_Close: i32 = 2;
pub const SNDDEV_ERROR_GetCaps: i32 = 3;
pub const SNDDEV_ERROR_PrepareHeader: i32 = 4;
pub const SNDDEV_ERROR_UnprepareHeader: i32 = 5;
pub const SNDDEV_ERROR_Reset: i32 = 6;
pub const SNDDEV_ERROR_Restart: i32 = 7;
pub const SNDDEV_ERROR_GetPosition: i32 = 8;
pub const SNDDEV_ERROR_Write: i32 = 9;
pub const SNDDEV_ERROR_Pause: i32 = 10;
pub const SNDDEV_ERROR_Stop: i32 = 11;
pub const SNDDEV_ERROR_Start: i32 = 12;
pub const SNDDEV_ERROR_AddBuffer: i32 = 13;
pub const SNDDEV_ERROR_Query: i32 = 14;// SNDDEV_ERR
const (
SNDDEV_ERROR_Open int32 = 1
SNDDEV_ERROR_Close int32 = 2
SNDDEV_ERROR_GetCaps int32 = 3
SNDDEV_ERROR_PrepareHeader int32 = 4
SNDDEV_ERROR_UnprepareHeader int32 = 5
SNDDEV_ERROR_Reset int32 = 6
SNDDEV_ERROR_Restart int32 = 7
SNDDEV_ERROR_GetPosition int32 = 8
SNDDEV_ERROR_Write int32 = 9
SNDDEV_ERROR_Pause int32 = 10
SNDDEV_ERROR_Stop int32 = 11
SNDDEV_ERROR_Start int32 = 12
SNDDEV_ERROR_AddBuffer int32 = 13
SNDDEV_ERROR_Query int32 = 14
)const
SNDDEV_ERROR_Open = 1;
SNDDEV_ERROR_Close = 2;
SNDDEV_ERROR_GetCaps = 3;
SNDDEV_ERROR_PrepareHeader = 4;
SNDDEV_ERROR_UnprepareHeader = 5;
SNDDEV_ERROR_Reset = 6;
SNDDEV_ERROR_Restart = 7;
SNDDEV_ERROR_GetPosition = 8;
SNDDEV_ERROR_Write = 9;
SNDDEV_ERROR_Pause = 10;
SNDDEV_ERROR_Stop = 11;
SNDDEV_ERROR_Start = 12;
SNDDEV_ERROR_AddBuffer = 13;
SNDDEV_ERROR_Query = 14;// SNDDEV_ERR
pub const SNDDEV_ERROR_Open: i32 = 1;
pub const SNDDEV_ERROR_Close: i32 = 2;
pub const SNDDEV_ERROR_GetCaps: i32 = 3;
pub const SNDDEV_ERROR_PrepareHeader: i32 = 4;
pub const SNDDEV_ERROR_UnprepareHeader: i32 = 5;
pub const SNDDEV_ERROR_Reset: i32 = 6;
pub const SNDDEV_ERROR_Restart: i32 = 7;
pub const SNDDEV_ERROR_GetPosition: i32 = 8;
pub const SNDDEV_ERROR_Write: i32 = 9;
pub const SNDDEV_ERROR_Pause: i32 = 10;
pub const SNDDEV_ERROR_Stop: i32 = 11;
pub const SNDDEV_ERROR_Start: i32 = 12;
pub const SNDDEV_ERROR_AddBuffer: i32 = 13;
pub const SNDDEV_ERROR_Query: i32 = 14;const
SNDDEV_ERROR_Open* = 1
SNDDEV_ERROR_Close* = 2
SNDDEV_ERROR_GetCaps* = 3
SNDDEV_ERROR_PrepareHeader* = 4
SNDDEV_ERROR_UnprepareHeader* = 5
SNDDEV_ERROR_Reset* = 6
SNDDEV_ERROR_Restart* = 7
SNDDEV_ERROR_GetPosition* = 8
SNDDEV_ERROR_Write* = 9
SNDDEV_ERROR_Pause* = 10
SNDDEV_ERROR_Stop* = 11
SNDDEV_ERROR_Start* = 12
SNDDEV_ERROR_AddBuffer* = 13
SNDDEV_ERROR_Query* = 14enum SNDDEV_ERR : int {
SNDDEV_ERROR_Open = 1,
SNDDEV_ERROR_Close = 2,
SNDDEV_ERROR_GetCaps = 3,
SNDDEV_ERROR_PrepareHeader = 4,
SNDDEV_ERROR_UnprepareHeader = 5,
SNDDEV_ERROR_Reset = 6,
SNDDEV_ERROR_Restart = 7,
SNDDEV_ERROR_GetPosition = 8,
SNDDEV_ERROR_Write = 9,
SNDDEV_ERROR_Pause = 10,
SNDDEV_ERROR_Stop = 11,
SNDDEV_ERROR_Start = 12,
SNDDEV_ERROR_AddBuffer = 13,
SNDDEV_ERROR_Query = 14,
}#define global SNDDEV_ERROR_Open 0x1
#define global SNDDEV_ERROR_Close 0x2
#define global SNDDEV_ERROR_GetCaps 0x3
#define global SNDDEV_ERROR_PrepareHeader 0x4
#define global SNDDEV_ERROR_UnprepareHeader 0x5
#define global SNDDEV_ERROR_Reset 0x6
#define global SNDDEV_ERROR_Restart 0x7
#define global SNDDEV_ERROR_GetPosition 0x8
#define global SNDDEV_ERROR_Write 0x9
#define global SNDDEV_ERROR_Pause 0xA
#define global SNDDEV_ERROR_Stop 0xB
#define global SNDDEV_ERROR_Start 0xC
#define global SNDDEV_ERROR_AddBuffer 0xD
#define global SNDDEV_ERROR_Query 0xE