Click or drag to resize
APILNSound_Is3DEnabled Method
サウンドが 3D 音源であるかを確認します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNSound_Is3DEnabled(
	IntPtr sound,
	out bool outEnabled
)

Parameters

sound
Type: SystemIntPtr
サウンドハンドル
outEnabled
Type: SystemBoolean
状態を格納する変数のポインタ (LN_TRUE = 3D音声 / LN_FALSE = 非 3D)

Return Value

Type: Result

[Missing <returns> documentation for "M:Lumino.API.LNSound_Is3DEnabled(System.IntPtr,System.Boolean@)"]

See Also