BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_DSD_COMMENTFromIntPtr Method

BASS.NET API for the Un4seen BASS Audio Library
Creates an instance of the BASS_TAG_DSD_COMMENT class from a pointer.

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

public static BASS_TAG_DSD_COMMENT FromIntPtr(
	IntPtr p
)

Parameters

p
Type: SystemIntPtr
The pointer to a BASS_TAG_DSD_COMMENT structure (e.g. as returned by BASS_ChannelGetTags(Int32, BASSTag) using the BASS_TAG_DSD_COMMENT flag).

Return Value

Type: BASS_TAG_DSD_COMMENT
The created instance of the BASS_TAG_DSD_COMMENT class on success - else is returned.
See Also

Reference