Click or drag to resize
Mp3ReadWriter Constructor (Stream, IntPtr)
Initializes a new instance of the Mp3ReadWriter class based on the supplied stream and a specific audio format.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public Mp3ReadWriter(
	Stream input,
	IntPtr format
)

Parameters

input
Type: System.IOStream
The supplied stream.
format
Type: SystemIntPtr
The audio format.
See Also