menu
 
버전
2021.1.14.8108

2024.1.4.8780

2023.1.12.8706

2022.1.18.8567

2021.1.14.8108

2019.2.15.7667

2019.1.11.7296

2018.1.11.6987

2017.2.10.6745

2017.1.9.6501

2016.2.6.6153

2015.1.9.5624


menu_open
Wwise SDK 2021.1.14
PlatformID.h 파일 참조

이 파일의 소스 코드 페이지로 가기

클래스

struct   BasePlatformID
 
struct   BasePlatformID::GUIDLessNative
 

네임스페이스

  PlatformID
 

매크로

#define  AK_ID_DECLARE   extern const __attribute__( ( weak ) )
 

함수

bool  PlatformID::IsPlatformBigEndian (const BasePlatformID &)
  Returns true if the given platform has Big Endian byte ordering. 더 자세히 ...
 
bool  PlatformID::PlatformMaybeARM (const BasePlatformID &in_guidPlatform)
 

변수

AK_ID_DECLARE GUID  PlatformID::Windows_unsafeguid = { 0x6E0CB257, 0xC6C8, 0x4c5c, { 0x83, 0x66, 0x27, 0x40, 0xDF, 0xC4, 0x41, 0xEB } }
 
AK_ID_DECLARE BasePlatformID  PlatformID::Windows = BasePlatformID::Create( Windows_unsafeguid )
 
AK_ID_DECLARE GUID  PlatformID::Mac_unsafeguid = { 0x9c6217d5, 0xdd11, 0x4795, { 0x87, 0xc1, 0x6c, 0xe0, 0x28, 0x53, 0xc5, 0x40 } }
 
AK_ID_DECLARE BasePlatformID  PlatformID::Mac = BasePlatformID::Create( Mac_unsafeguid )
 
AK_ID_DECLARE GUID  PlatformID::PS4_unsafeguid = { 0x3af9b9b6, 0x6ef1, 0x47e9, { 0xb5, 0xfe, 0xe3, 0xc, 0x9e, 0x60, 0x2c, 0x77 } }
 
AK_ID_DECLARE BasePlatformID  PlatformID::PS4 = BasePlatformID::Create( PS4_unsafeguid )
 
AK_ID_DECLARE GUID  PlatformID::PS5_unsafeguid = { 0x662a5e67, 0x9d35, 0x48da, { 0xb6, 0xa8, 0xb7, 0x7c, 0x7f, 0x1d, 0x84, 0xe0 } }
 
AK_ID_DECLARE BasePlatformID  PlatformID::PS5 = BasePlatformID::Create(PS5_unsafeguid)
 
AK_ID_DECLARE GUID  PlatformID::iOS_unsafeguid = { 0xece03db4, 0xf948, 0x462d, { 0xb2, 0xbb, 0xa9, 0x17, 0x30, 0x12, 0xb1, 0xf8 } }
 
AK_ID_DECLARE BasePlatformID  PlatformID::iOS = BasePlatformID::Create( iOS_unsafeguid )
 
AK_ID_DECLARE GUID  PlatformID::Android_unsafeguid = { 0xa2d401de, 0xb8b6, 0x4feb, { 0x81, 0x42, 0x13, 0x7c, 0x34, 0xd5, 0x07, 0xCA } }
 
AK_ID_DECLARE BasePlatformID  PlatformID::Android = BasePlatformID::Create( Android_unsafeguid )
 
AK_ID_DECLARE GUID  PlatformID::XboxOne_unsafeguid = { 0xb131584b, 0x9961, 0x4bb5, { 0x9c, 0x58, 0xa3, 0xe9, 0xab, 0xff, 0xbb, 0xf6 } }
 
AK_ID_DECLARE BasePlatformID  PlatformID::XboxOne = BasePlatformID::Create( XboxOne_unsafeguid )
 
AK_ID_DECLARE GUID  PlatformID::Linux_unsafeguid = { 0xbd0bdf13, 0x3125, 0x454f, { 0x8b, 0xfd, 0x31, 0x95, 0x37, 0x16, 0x9f, 0x81 } }
 
AK_ID_DECLARE BasePlatformID  PlatformID::Linux = BasePlatformID::Create( Linux_unsafeguid )
 
AK_ID_DECLARE GUID  PlatformID::Stadia_unsafeguid = { 0xebdcc377, 0x12ee, 0x4ffe, { 0xa5, 0x45, 0x85, 0x88, 0xf8, 0x3c, 0xac, 0x94 } }
 
AK_ID_DECLARE BasePlatformID  PlatformID::Stadia = BasePlatformID::Create(Stadia_unsafeguid)
 
AK_ID_DECLARE GUID  PlatformID::NintendoNX_unsafeguid = { 0x874f26d2, 0x416d, 0x4698, { 0xbf, 0xb6, 0x34, 0x27, 0xca, 0xfc, 0xff, 0x9c } }
 
AK_ID_DECLARE BasePlatformID  PlatformID::NintendoNX = BasePlatformID::Create(NintendoNX_unsafeguid)
 
AK_ID_DECLARE GUID  PlatformID::Emscripten_unsafeguid = { 0x639ad233, 0x23f2, 0x4c0f, { 0x91, 0x27, 0x79, 0xf4, 0x4c, 0x15, 0xe1, 0xdA } }
 
AK_ID_DECLARE BasePlatformID  PlatformID::Emscripten = BasePlatformID::Create(Emscripten_unsafeguid)
 
AK_ID_DECLARE GUID  PlatformID::XboxSeriesX_unsafeguid = { 0x26352fc0, 0x7716, 0x4f97, { 0x8d, 0xaf, 0x36, 0x65, 0xec, 0x2b, 0xb5, 0x01 } }
 
AK_ID_DECLARE BasePlatformID  PlatformID::XboxSeriesX = BasePlatformID::Create(XboxSeriesX_unsafeguid)
 

상세한 설명

Unique identifiers for platforms in the Wwise authoring application.

PlatformID.h 파일에서 정의되었습니다.


이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요