TrackInfo Constructor (String) |
Initializes a new instance of the TrackInfo class
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public TrackInfo(
string title
)
Public Sub New (
title As String
)
public:
TrackInfo(
String^ title
)
Parameters
- title
- Type: SystemString
track title
See Also