Click or drag to resize
APILNSound_GetSamplingRate Method
サウンドのサンプリングレートを取得します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNSound_GetSamplingRate(
	IntPtr sound,
	out int outRate
)

Parameters

sound
Type: SystemIntPtr
サウンドハンドル
outRate
Type: SystemInt32
サンプリングレートを格納する変数

Return Value

Type: Result

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

See Also