AudioRecorderSetID3Tags Method |
Set the ID3 tags to the opened multimedia files.
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void SetID3Tags(
string DestFile
)
Public Sub SetID3Tags (
DestFile As String
)
Dim instance As AudioRecorder
Dim DestFile As String
instance.SetID3Tags(DestFile)
member SetID3Tags :
DestFile : string -> unit
public void SetID3Tags(
String DestFile
)
public function SetID3Tags(
DestFile : String
)
function SetID3Tags(DestFile);
Parameters
- DestFile
- Type: SystemString
See Also