Click or drag to resize

OGGStreamPlaybackLoadReader 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.4.54.0
Syntax
protected override WaveFileStream LoadReader(
	Stream stream
)

Parameters

stream  Stream
The input stream.

Return Value

WaveFileStream
See Also