Click or drag to resize

MP3StreamPlaybackLoadReader Method

Initializes the file reader which will read the content of the stream. (This method will be invoked in the LoadStream(Stream) method.)

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
protected override WaveFileStream LoadReader(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The input stream.

Return Value

Type: WaveFileStream
See Also