BASS.NET API for the Un4seen BASS Audio Library

BassBASS_SampleGetInfo Method (Int32)

BASS.NET API for the Un4seen BASS Audio Library
Retrieves a sample's default attributes and other information.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static BASS_SAMPLE BASS_SampleGetInfo(
	int handle
)

Parameters

handle
Type: SystemInt32
The sample handle.

Return Value

Type: BASS_SAMPLE
An instance of the BASS_SAMPLE class on success - else .
Remarks

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not valid.

Examples

BASS_SAMPLE info = Bass.BASS_SampleGetInfo(sample);
See Also

Reference