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: 1.8.12.0 (1.8.12)
Syntax
public Mp3FileReader(
	Stream inputStream
)

Parameters

inputStream
Type: System.IOStream
See Also