Initializes a new instance of the DsReader class for the specified file.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public DsReader(
string fileName
)
Public Sub New (
fileName As String
)
public:
DsReader(
String^ fileName
)
Parameters
- fileName
- Type: SystemString
file name
See Also