Click or drag to resize
APILNSound_Create Method
ファイルからサウンドオブジェクトを作成します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNSound_Create(
	string filePath,
	out IntPtr sound
)

Parameters

filePath
Type: SystemString
音声ファイルのパス
sound
Type: SystemIntPtr
作成されたサウンドオブジェクトのハンドルを格納する変数のポインタ

Return Value

Type: Result

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

See Also