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