Click or drag to resize
APILNSound_GetPitch Method
サウンドのピッチを取得します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNSound_GetPitch(
	IntPtr sound,
	out float outPitch
)

Parameters

sound
Type: SystemIntPtr
サウンドハンドル
outPitch
Type: SystemSingle
ピッチを格納する変数

Return Value

Type: Result

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

See Also