Click or drag to resize
APILNSound_SetLoopRange Method
サウンドのループ再生の範囲を設定します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNSound_SetLoopRange(
	IntPtr sound,
	int begin,
	int length
)

Parameters

sound
Type: SystemIntPtr
サウンドハンドル
begin
Type: SystemInt32
ループ領域の先頭位置 (サンプル数単位)
length
Type: SystemInt32
ループ領域長さ (サンプル数単位)

Return Value

Type: Result

[Missing <returns> documentation for "M:Lumino.API.LNSound_SetLoopRange(System.IntPtr,System.Int32,System.Int32)"]

See Also