BASS.NET API for the Un4seen BASS Audio Library

EncoderBassEnc_FlacUpdateTitle Method (TAG_INFO, String)

BASS.NET API for the Un4seen BASS Audio Library
Starts a new bitstream in an Ogg FLAC encoder's output for streaming meta data updates.

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

public bool UpdateTitle(
	TAG_INFO tag,
	string url
)

Parameters

tag
Type: Un4seen.Bass.AddOn.TagsTAG_INFO
The tag data to use for the meta data update.
url
Type: SystemString
The url to use for the meta data update.

Return Value

Type: Boolean
The success of the update.
See Also

Reference