Version

menu_open
Attention : vous avez été redirigé vers la plus récente documentation correspondant à votre version générale ( 2022.1.17.8543 ). Si vous souhaitez accéder à la documentation de votre version précise, veuillez télécharger la documentation hors ligne depuis l'Audiokinetic Launcher et sélectionner l'option de documentation Offline dans l'application de création Wwise.
Wwise SDK 2022.1.17
PlatformID.h File Reference

Go to the source code of this file.

Classes

struct  BasePlatformID
 
struct  BasePlatformID::GUIDLessNative
 

Namespaces

 PlatformID
 

Macros

#define AK_ID_DECLARE   extern const __attribute__( ( weak ) )
 

Functions

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

Variables

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::Web_unsafeguid = { 0x639ad233, 0x23f2, 0x4c0f, { 0x91, 0x27, 0x79, 0xf4, 0x4c, 0x15, 0xe1, 0xdA } }
 
AK_ID_DECLARE BasePlatformID PlatformID::Web = BasePlatformID::Create(Web_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)
 
AK_ID_DECLARE GUID PlatformID::OpenHarmony_unsafeguid = { 0xf1895123, 0x76d6, 0x4d2c, { 0x8b, 0xb4, 0x36, 0x50, 0xf8, 0xa4, 0x63, 0xeb } }
 
AK_ID_DECLARE BasePlatformID PlatformID::OpenHarmony = BasePlatformID::Create(OpenHarmony_unsafeguid)
 
AK_ID_DECLARE GUID PlatformID::Orca_unsafeguid = { 0xa3dce7a2, 0x53e3, 0x4347, { 0x93, 0x63, 0x58, 0x4d, 0x63, 0xb8, 0x5a, 0xdf } }
 
AK_ID_DECLARE BasePlatformID PlatformID::Orca = BasePlatformID::Create(Orca_unsafeguid)
 

Detailed Description

Unique identifiers for platforms in the Wwise authoring application.

Definition in file PlatformID.h.


Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise