AudioRecorderOpenID3Tags 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:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool OpenID3Tags(
string multimedia_file
)
Public Function OpenID3Tags (
multimedia_file As String
) As Boolean
Dim instance As AudioRecorder
Dim multimedia_file As String
Dim returnValue As Boolean
returnValue = instance.OpenID3Tags(multimedia_file)
member OpenID3Tags :
multimedia_file : string -> bool
public boolean OpenID3Tags(
String multimedia_file
)
public function OpenID3Tags(
multimedia_file : String
) : boolean
function OpenID3Tags(multimedia_file);
Parameters
- multimedia_file
- Type: SystemString
Return Value
Type:
BooleanSee Also