BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_BEXTAsByteArray Method

BASS.NET API for the Un4seen BASS Audio Library
Returns a byte array containing the data of this instance plus the given codingHistory.

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

public byte[] AsByteArray(
	string codingHistory
)

Parameters

codingHistory
Type: SystemString
The new (total) coding history string to add to this structure.

Return Value

Type: Byte
The byte array containing the instance data plus the given codingHistory.
Remarks

This method might be used to create a raw BEXT data chunk (e.g. to be used with the BASS_Encode_AddChunk(Int32, String, IntPtr, Int32) method).
See Also

Reference