バージョン
menu

Wwise SDK 2025.1.0
AkSoundEngineTypes.h ファイル

[ソースコード]

クラス

struct  AkAudioSettings
 Configured audio settings [詳解]
 
struct  AkDeviceDescription
 
struct  AkObstructionOcclusionValues
 Obstruction/occlusion pair for a position [詳解]
 
struct  AkAuxSendValue
 Auxiliary bus sends information per game object per given auxiliary bus. [詳解]
 
struct  AkExternalSourceInfo
 
struct  AkRamp
 Volume ramp specified by end points "previous" and "next". [詳解]
 
struct  AkOutputSettings
 Platform-independent initialization settings of output devices. [詳解]
 
struct  AkCodecDescriptor
 
struct  WwiseObjectIDext
 
struct  WwiseObjectID
 
struct  AkGraphPointBase< VALUE_TYPE >
 Type for a point in an RTPC or Attenuation curve. [詳解]
 
struct  AkFileParser::EnvelopePoint
 Analyzed envelope point. [詳解]
 

名前空間

 AkFileParser
 Public data structures for converted file format.
 

マクロ定義

#define AK_WPTR(__t__, __n__)
 
#define AkMax(x1, x2)   (((x1) > (x2))? (x1): (x2))
 
#define AkMin(x1, x2)   (((x1) < (x2))? (x1): (x2))
 
#define AkClamp(x, min, max)   ((x) < (min)) ? (min) : (((x) > (max) ? (max) : (x)))
 
#define AK_ASYNC_OPEN_DEFAULT   (false)
 Refers to asynchronous file opening in default low-level IO. [詳解]
 
#define AK_COMM_DEFAULT_DISCOVERY_PORT   24024
 Default discovery port for most platforms using IP sockets for communication. [詳解]
 
#define AkRegister
 

型定義

typedef IAkSoftwareCodec *(* AkCreateFileSourceCallback) (void *in_pCtx)
 Registered file source creation function prototype. [詳解]
 
typedef IAkSoftwareCodec *(* AkCreateBankSourceCallback) (void *in_pCtx)
 Registered bank source node creation function prototype. [詳解]
 
typedef IAkFileCodec *(* AkCreateFileCodecCallback) ()
 Registered FileCodec creation function prototype. [詳解]
 
typedef IAkGrainCodec *(* AkCreateGrainCodecCallback) ()
 Registered IAkGrainCodec creation function prototype. [詳解]
 
typedef AkGraphPointBase< AkReal32AkRTPCGraphPoint
 

関数

AkRamp operator* (const AkRamp &in_rLhs, const AkRamp &in_rRhs)
 

このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう