Click or drag to resize
APILNSound_GetTotalSamples Method
サウンドの音声データ全体のサンプル数を取得します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNSound_GetTotalSamples(
	IntPtr sound,
	out long outSamples
)

Parameters

sound
Type: SystemIntPtr
サウンドハンドル
outSamples
Type: SystemInt64
音声データ全体のサンプル数を格納する変数

Return Value

Type: Result

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

See Also