BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_BINARY Class

BASS.NET API for the Un4seen BASS Audio Library
Binary tag structure.
Inheritance Hierarchy

SystemObject
  Un4seen.BassBASS_TAG_BINARY

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

[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public class BASS_TAG_BINARY

The BASS_TAG_BINARY type exposes the following members.

Properties

  NameDescription
Public propertyData
The binary tag data.
Public propertyLength
The size of Data in bytes.
Top
See Also

Reference