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
Syntaxpublic virtual bool Open(
	string multimedia_file
)
Public Overridable Function Open ( 
	multimedia_file As String
) As Boolean
Dim instance As ID3TagsLib
Dim multimedia_file As String
Dim returnValue As Boolean
returnValue = instance.Open(multimedia_file)
abstract Open : 
        multimedia_file : string -> bool 
override Open : 
        multimedia_file : string -> bool public boolean Open(
	String multimedia_file
)
public function Open(
	multimedia_file : String
) : boolean
function Open(multimedia_file);
Parameters
- multimedia_file
- Type: SystemString
 
Return Value
Type: 
Boolean See Also
See Also