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