Click or drag to resize

ID3TagsLibOpen Method

Open a multimedia file. You can add/get/set tags only after calling this function. The supported format are: avi, mp3, mpc, mp4, asf, aiff, aif, aifc, tta, wv, ogg, flac, spx, opus, ape, xiph, wma, jpg, jpeg, png, mpg, mpeg and many other multimedia files.

Namespace:  CSID3TagsLib
Assembly:  CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public virtual bool Open(
	string multimedia_file
)

Parameters

multimedia_file
Type: SystemString

Return Value

Type: Boolean
See Also