Click or drag to resize

Mp3FileReader Constructor (Stream)

Opens MP3 from a stream rather than a file Will not dispose of this stream itself

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public Mp3FileReader(
	Stream inputStream
)

Parameters

inputStream
Type: System.IOStream
See Also