BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_CACODEC Constructor (IntPtr)

BASS.NET API for the Un4seen BASS Audio Library
Constructor to create an instance from the BASS_ChannelGetTags(Int32, BASSTag) return value.

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

public BASS_TAG_CACODEC(
	IntPtr p
)

Parameters

p
Type: SystemIntPtr
The pointer as returned by BASS_ChannelGetTags(Int32, BASSTag).
See Also

Reference