BASS.NET API for the Un4seen BASS Audio Library

EncoderBassEnc_FlacUpdateTitle Method (String, 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(
	string song,
	string url
)

Parameters

song
Type: SystemString
The 'artist - title' 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